1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 08:33:43 +00:00

switch to webpack

This commit is contained in:
Kyle Spearrin
2018-05-14 23:16:59 -04:00
parent 55ebf3ac64
commit ec049edfdf
9 changed files with 4319 additions and 58 deletions

View File

@@ -2,8 +2,8 @@
"compilerOptions": {
"pretty": true,
"moduleResolution": "node",
"target": "ES6",
"module": "commonjs",
"target": "ES2016",
"module": "es6",
"noImplicitAny": true,
"allowJs": true,
"sourceMap": true,
@@ -24,8 +24,7 @@
"jslib/dist",
"jslib/spec",
"jslib/src/electron",
"jslib/src/angular/components/modal.component.ts",
"jslib/src/angular/dummy.module.ts",
"jslib/src/angular",
"build"
]
}