1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

load service module

This commit is contained in:
Kyle Spearrin
2018-04-04 08:27:31 -04:00
parent 4d56d12ccb
commit 5fd400bf9d
10 changed files with 182 additions and 119 deletions

View File

@@ -135,13 +135,19 @@ module.exports = {
{ from: './src/images', to: 'images' },
{ from: './src/content/autofill.css', to: 'content' }
]),
new webpack.SourceMapDevToolPlugin({
filename: '[name].js.map',
include: ['popup/main.js']
}),
extractCss
],
resolve: {
extensions: ['.tsx', '.ts', '.js'],
alias: {
jslib: path.join(__dirname, 'jslib/src')
}
jslib: path.join(__dirname, 'jslib/src'),
},
symlinks: false,
modules: [path.resolve('node_modules')]
},
output: {
filename: '[name].js',