summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index fd14529..32efbe0 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
+ "build:plugin": "webpack --config webpack.plugin.js",
"build:i18n": "webpack --config webpack.i18n.js",
"build:ssr": "webpack --config webpack.ssr.js",
"build:stats": "webpack --mode production --json > stats.json",
@@ -65,6 +66,7 @@
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
+ "webpack-sources": "^1.3.0",
"worker-loader": "^2.0.0"
},
"dependencies": {