electron/build/webpack/webpack.config.content_script.js

5 lines
106 B
JavaScript
Raw Normal View History

2019-06-02 20:03:03 +00:00
module.exports = require('./webpack.config.base')({
target: 'content_script',
alwaysHasNode: false
})