commit files that were out of view
This commit is contained in:
parent
58ad7a4b27
commit
855af7cb4d
3 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue