basic evolution finished

This commit is contained in:
MaxRobinsonTheGreat
2020-07-04 14:01:30 -06:00
parent 8d208ca9cc
commit 9b24e4cc1c
16 changed files with 2878 additions and 7 deletions

View File

@@ -3,7 +3,10 @@ const path = require('path');
module.exports = {
entry: './src/index.js',
output: {
filename: 'main.js',
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
},
externals: {
jquery: 'jQuery'
}
};