commit files that were out of view

This commit is contained in:
Jakob Schrettenbrunner 2018-06-04 00:46:24 +02:00
parent 58ad7a4b27
commit 855af7cb4d
3 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
entry: './resources/assets/scripts/app.js',
output: {
filename: 'webpack.build.js',
filename: 'app.js',
},
module: {
rules: [
@ -21,8 +21,7 @@ module.exports = {
test: /\.js$/,
exclude: /(node_modules|vendor)/,
use: [{
loader: "babel-loader",
options: { presets: ['es2015'] }
loader: "babel-loader"
}]
},
{