Skip to content

Commit 958b329

Browse files
committed
chore: add webpack package to prod deps
1 parent 27a424a commit 958b329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"url-loader": "^1.0.0",
7676
"webpack": "^3.6.0",
7777
"webpack-bundle-analyzer": "^2.9.2",
78-
"webpack-visualizer-plugin": "^0.1.11"
78+
"webpack-visualizer-plugin": "^0.1.11",
79+
"file-loader": "^1.1.6"
7980
},
8081
"devDependencies": {
8182
"ava": "^0.25.0",
@@ -90,7 +91,6 @@
9091
"eslint-plugin-promise": "^3.5.0",
9192
"eslint-plugin-react": "^7.4.0",
9293
"eslint-plugin-standard": "^3.0.1",
93-
"file-loader": "^1.1.6",
9494
"geckodriver": "^1.10.0",
9595
"ignore-styles": "^5.0.1",
9696
"mongodb-memory-server": "^1.6.3",

0 commit comments

Comments
 (0)