Moved jQuery to use NPM and fixed some asset refs

This commit is contained in:
Dan Brown
2018-03-17 15:20:15 +00:00
parent b64940be82
commit 0a1546daea
10 changed files with 16 additions and 105 deletions

View File

@ -4,6 +4,7 @@ const dev = process.env.NODE_ENV !== 'production';
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
const config = {
target: 'web',
mode: dev? 'development' : 'production',
entry: {
app: './resources/assets/js/index.js',