super-productivity/extra-webpack.config.js
2020-06-18 23:46:03 +02:00

7 lines
102 B
JavaScript

console.log('Loading extra-webpack.config.js');
module.exports = {
node: {
crypto: true,
}
}