0
0
Fork 0

Remove unused loaders of webpack (#3495)

This commit is contained in:
Yamagishi Kazutoshi 2017-06-02 00:27:35 +09:00 committed by Eugen Rochko
parent 39ea5c0e2e
commit 1162f61ca3
6 changed files with 3 additions and 40 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
test: /\.js(\.erb)?$/,
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
options: {