Closed serhiipalash closed 6 years ago
In several places you use 'include' as plugin name.
{ plugins: [ ['include', { 'nostrip': true }] ] }
Should it be like this?
Also can you use double quotes in examples as it is standard for json syntax and .babelrc is a json?
{ "plugins": [ ["wildcart", { "nostrip": true }] ] }
In several places you use 'include' as plugin name.
Should it be like this?
Also can you use double quotes in examples as it is standard for json syntax and .babelrc is a json?