Remove unused loaders of webpack (#3495)
This commit is contained in:
parent
39ea5c0e2e
commit
1162f61ca3
6 changed files with 3 additions and 40 deletions
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
test: /\.js(\.erb)?$/,
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue