mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-19 01:17:31 +00:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
console.log('Loading extra-webpack.config.js');
|
|
|
|
module.exports = {
|
|
node: {
|
|
crypto: true,
|
|
}
|
|
}
|