Mots clés : webpackwebpack
91
{ test: /\.js$/, // ... include(resourcePath, issuer) { console.log(` included: ${path.relative(context, resourcePath)} (from ${issuer})`); return true; // include all } }