mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
commit files that were out of view
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user