diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:16:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:16:38 +0200 |
| commit | 074bf804516a66a56ee59443f11e930a2d11551f (patch) | |
| tree | 8c0d215fe99aa45bcef8fe8343736155e4d18c9d | |
| parent | 6d9e2d1499fbe385645fc826a87163f390ec9377 (diff) | |
export default
| -rw-r--r-- | webpack.config.prod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 2740f83..f2506f5 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -8,7 +8,7 @@ import TerserPlugin from "terser-webpack-plugin"; // const CleanWebpackPlugin = require('clean-webpack-plugin') // const Visualizer = require('webpack-visualizer-plugin'); -module.exports = { +export default { mode: "production", entry: { main: "./src/index.js", |
