mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-02-13 04:46:22 +00:00
webpack should ignore .babelrc
This commit is contained in:
parent
1b58efa5c9
commit
fecb79d291
@ -11,6 +11,7 @@ const browser = {
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
babelrc: false,
|
||||
presets: [
|
||||
['@babel/env']
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user