feat: webpack webinstaller

This commit is contained in:
Barış Soner Uşaklı
2022-02-21 19:04:19 -05:00
parent 66651d42fb
commit b9cc5c0905
4 changed files with 22 additions and 36 deletions

View File

@@ -10,10 +10,9 @@ module.exports = {
installer: './public/src/installer/install.js',
},
output: {
filename: '[name].bundle.js',
chunkFilename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
publicPath: '/dist/',
filename: '[name].min.js',
path: path.resolve(__dirname, 'build/webpack'),
publicPath: `/assets/`,
},
resolve: {
symlinks: false,