changed project structure for hosting
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
entry: './src/index.js',
|
||||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
path: path.resolve(__dirname, 'dist/js/'),
|
||||
},
|
||||
externals: {
|
||||
jquery: 'jQuery'
|
||||
|
||||
Reference in New Issue
Block a user