Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Modified Webpack configuration to do production build.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
webpack.config.js
|
@@ -39,5 +39,5 @@ module.exports = { |
|
|
path: path.join(__dirname, 'webpack_out'), |
|
|
filename: 'main.js' |
|
|
}, |
|
|
mode: 'development' |
|
|
mode: 'production' |
|
|
}; |