mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 12:10:33 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
console.log('Loading extra-webpack.config.js');
|
|
|
|
module.exports = {
|
|
externals: {
|
|
crypto: 'crypto',
|
|
},
|
|
};
|