Initial commit

This commit is contained in:
Alex Gleason
2020-03-27 15:59:38 -05:00
commit b1b5dc62db
664 changed files with 83511 additions and 0 deletions

8
webpack/test.js Normal file
View File

@ -0,0 +1,8 @@
// Note: You must restart bin/webpack-dev-server for changes to take effect
const merge = require('webpack-merge');
const sharedConfig = require('./shared.js');
module.exports = merge(sharedConfig, {
mode: 'development',
});