changed project structure for hosting

This commit is contained in:
MaxRobinsonTheGreat
2020-07-22 18:52:51 -06:00
parent 6d25a0a745
commit 8fb471025e
3 changed files with 3 additions and 3 deletions

View File

@@ -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'