Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-09-15 18:30:21 +0300
committerRobin Appelman <robin@icewind.nl>2019-09-15 18:30:21 +0300
commitdf9ae6ee9a11e996fbbac5cc7a486bc2fc0768ce (patch)
tree168abf5f3676fc909c0f966be80cacc84bcc0dba /webpack.config.js
parentdc264631fe500940ff3dd4986f3ebbf1618b42e6 (diff)
bumb dependencies
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index cca8fe2..1a1bf8d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,6 +1,5 @@
const path = require('path');
const ExtractTextPlugin = require("mini-css-extract-plugin");
-const CleanWebpackPlugin = require('clean-webpack-plugin');
module.exports = (env, argv) => ({
devtool: 'source-map',
@@ -14,7 +13,6 @@ module.exports = (env, argv) => ({
extensions: [".ts", ".js"]
},
plugins: [
- new CleanWebpackPlugin(),
new ExtractTextPlugin({
filename: "styles.css",
allChunks: true