Fix prebuilt warning with webpacks noParse

pull/2143/head
Andrew Watkins 2017-10-20 12:01:41 -07:00
parent c0333792f2
commit b126c44557
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ module.exports = {
},
},
module: {
noParse: [
path.resolve(
__dirname,
'..',
'node_modules',
'memoizerific',
'memoizerific.js'
),
],
preLoaders: [
{
test: /\.js$/,