mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
feat: webpack webinstaller
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user