Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use react-scripts for folder name instead
  • Loading branch information
thangngoc89 authored Sep 10, 2016
commit 75965f1bfc3f22e08d65b2947c1cb96d26d99623
4 changes: 2 additions & 2 deletions config/babel.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ module.exports = {
// Don't try to find .babelrc because we want to force this configuration.
babelrc: false,
// This is a feature of `babel-loader` for webpack (not Babel itself).
// It enables caching results in ./node_modules/.cache/create-react-app/
// It enables caching results in ./node_modules/.cache/react-scripts/
// directory for faster rebuilds.
cacheDirectory: findCacheDir({ name: 'create-react-app' }),
cacheDirectory: findCacheDir({ name: 'react-scripts' }),
presets: [
// Latest stable ECMAScript features
require.resolve('babel-preset-latest'),
Expand Down