diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-12-26 21:56:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-12-26 21:56:56 +0100 |
| commit | 85bfb949fea4e69dabc5b7544ce70d26d3d11393 (patch) | |
| tree | 1b818db90e44176751c98c9142dbe06b2b5fe6a3 /webpack.config.site.js | |
| parent | d260e3a65bdec981fd98db8a2352caa9bef9ae55 (diff) | |
add support for unsafe inline scripts
Diffstat (limited to 'webpack.config.site.js')
| -rw-r--r-- | webpack.config.site.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webpack.config.site.js b/webpack.config.site.js index 07a48c8..6416ee9 100644 --- a/webpack.config.site.js +++ b/webpack.config.site.js @@ -4,12 +4,10 @@ const webpack = require('webpack') const path = require('path') const TerserPlugin = require('terser-webpack-plugin') - - module.exports = { mode: "production", entry: { - main: './frontend/site/index.js' + main: './frontend/app/site/index.js' }, output: { path: path.resolve(__dirname, 'static/js/dist'), |
