Skip to content

Instantly share code, notes, and snippets.

@x-yuri
Created November 11, 2017 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x-yuri/46801063e7a8a27c8eb745adf39af725 to your computer and use it in GitHub Desktop.
Save x-yuri/46801063e7a8a27c8eb745adf39af725 to your computer and use it in GitHub Desktop.
separate babel configuration for project files
module: {
rules: [
{test: /\.js$/,
include: path.resolve('src'),
loader: 'babel-loader',
options: {
babelrc: false,
presets: [['env', {modules: false}]]
}}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment