mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -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)$/,
|
test: /\.(js|jsx)$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
loader: 'babel'
|
loader: 'babel-loader'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.json/,
|
test: /\.json/,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue