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

service implementations

This commit is contained in:
Kyle Spearrin
2018-01-22 23:37:36 -05:00
parent 22e19a6403
commit 0a803958e9
13 changed files with 257 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ const isVendorModule = (module) => {
};
module.exports = {
target: 'electron-renderer',
devServer: {
contentBase: './src',
historyApiFallback: true,
@@ -37,6 +38,10 @@ module.exports = {
use: 'ts-loader',
exclude: /node_modules\/(?!(@bitwarden)\/).*/
},
{
test: /\.node$/,
loader: 'node-loader'
},
{
test: /\.(html)$/,
loader: 'html-loader'