Skip to content

Commit

Permalink
fix(compiler): don't use project-wide config
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Idzelis committed Apr 8, 2019
1 parent 74a42fc commit 1c2878b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@lwc/compiler/src/transformers/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function(
plugins: [[lwcClassTransformPlugin, { isExplicitImport }], ...BABEL_PLUGINS_BASE],
filename,
sourceMaps: options.outputConfig.sourcemap,
configFile: false,
});

let result;
Expand Down

0 comments on commit 1c2878b

Please sign in to comment.