Skip to content

Commit

Permalink
fix(compiler): don't use project-wide config (#1163)
Browse files Browse the repository at this point in the history
* fix(compiler): don't use project-wide config

* wip: move flag to BABEL_CONFIG_BASE
  • Loading branch information
Min Idzelis authored and Diego Ferreiro Val committed Apr 27, 2019
1 parent 7ef45df commit 1477d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@lwc/compiler/src/babel-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import transformObjectRestSpread from '@babel/plugin-proposal-object-rest-spread
// Base babel configuration
export const BABEL_CONFIG_BASE = {
babelrc: false,
configFile: false,
sourceMaps: true,
parserOpts: {
plugins: [
Expand Down

0 comments on commit 1477d56

Please sign in to comment.