updated webpack dependencies to latest
https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/104#issuecomment-358646531
This commit is contained in:
+5
-4
@@ -6,18 +6,19 @@
|
||||
"author": "Bachir Soussi Chiadmi <bachir@g-u-i.me>",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
"webpack": "^2.3.3"
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"uglifyjs-webpack-plugin": "^1.1.6",
|
||||
"webpack": "^3.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"css-loader": "^0.28.0",
|
||||
"file-loader": "^0.11.1",
|
||||
"file-loader": "^1.1.6",
|
||||
"jquery": "^3.2.1",
|
||||
"markdown-it": "^8.3.1",
|
||||
"markdown-it-footnote": "^3.0.1",
|
||||
"mithril": "^1.1.1",
|
||||
"node-sass": "^4.5.3",
|
||||
"normalize.css": "^6.0.0",
|
||||
"normalize.css": "^8.0.0",
|
||||
"sass-loader": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user