mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
babel => babel-loader (#1000)
This commit is contained in:
parent
8573976260
commit
3902f8dac4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
{
|
||||
test: /\.(js|jsx)$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'babel'
|
||||
loader: 'babel-loader'
|
||||
},
|
||||
{
|
||||
test: /\.json/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue