remove localforage.js warning
This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results. @ ./~/localforage/dist/localforage.js 7:484-491
This commit is contained in:
parent
f3cb44cb10
commit
fdf1826388
@ -26,6 +26,7 @@ module.exports = merge.smart(require('./webpack.base.js'), {
|
|||||||
},
|
},
|
||||||
context: path.join(__dirname, 'src'),
|
context: path.join(__dirname, 'src'),
|
||||||
module: {
|
module: {
|
||||||
|
noParse: /localforage\.js/,
|
||||||
loaders: [
|
loaders: [
|
||||||
{
|
{
|
||||||
loader: 'babel',
|
loader: 'babel',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user