Skip to content
Snippets Groups Projects
Unverified Commit 800830d3 authored by Karishma Chadha's avatar Karishma Chadha Committed by GitHub
Browse files

Run pify through the babel loader

parent 391eef3e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,11 @@ const base = {
rules: [{
test: /\.jsx?$/,
loader: 'babel-loader',
include: [path.resolve(__dirname, 'src'), /node_modules[\\/]scratch-[^\\/]+[\\/]src/],
include: [
path.resolve(__dirname, 'src'),
/node_modules[\\/]scratch-[^\\/]+[\\/]src/,
/node_modules[\\/]pify/
],
options: {
// Explicitly disable babelrc so we don't catch various config
// in much lower dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment