Remove unused loaders of webpack (#3495)
This commit is contained in:
committed by
Eugen Rochko
parent
39ea5c0e2e
commit
1162f61ca3
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
test: /\.js(\.erb)?$/,
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user