Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
no inline comments
Browse files Browse the repository at this point in the history
 🐿 v2.9.0
  • Loading branch information
doramatadora committed Jun 26, 2018
1 parent 8701035 commit 4fed908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/webpack/loaders/es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
const babelLoaderConfig = () => ({
loader: 'babel-loader',
options: {
babelrc: false, // ignore any .babelrc in project & dependencies
// ignore any .babelrc in project & dependencies
babelrc: false,
cacheDirectory: true,
plugins: [
[
Expand Down

0 comments on commit 4fed908

Please sign in to comment.