removed jquery from upload.js

This commit is contained in:
Danny Coates 2017-08-14 12:04:03 -07:00
parent b40b45273d
commit 41351f877c
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 440 additions and 511 deletions

View file

@ -11,15 +11,15 @@ module.exports = {
publicPath: '/'
},
module: {
loaders: [
rules: [
{
test: /\.js$/,
loaders: 'babel-loader',
loader: 'babel-loader',
include: [
path.resolve(__dirname, 'frontend'),
path.resolve(__dirname, 'node_modules/testpilot-ga/src')
],
query: {
options: {
babelrc: false,
presets: [['es2015', { modules: false }], 'stage-2']
}