removed jquery from upload.js
This commit is contained in:
parent
b40b45273d
commit
41351f877c
7 changed files with 440 additions and 511 deletions
|
@ -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']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue