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