mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Add sourcemaps again
This commit is contained in:
parent
9ac4c9ad3c
commit
b985f5541c
1 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts
|
diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts
|
||||||
index f1b5b392..2bfc2f2e 100644
|
index 9c152ae1..218e9243 100644
|
||||||
--- a/src/app/services/services.module.ts
|
--- a/src/app/services/services.module.ts
|
||||||
+++ b/src/app/services/services.module.ts
|
+++ b/src/app/services/services.module.ts
|
||||||
@@ -120,20 +120,16 @@ const notificationsService = new NotificationsService(userService, syncService,
|
@@ -120,20 +120,16 @@ const notificationsService = new NotificationsService(userService, syncService,
|
||||||
|
@ -40,7 +40,7 @@ index 5560c476..a9b954a8 100644
|
||||||
this.ngZone.run(() => {
|
this.ngZone.run(() => {
|
||||||
this.u2fListening = false;
|
this.u2fListening = false;
|
||||||
diff --git a/src/scss/styles.scss b/src/scss/styles.scss
|
diff --git a/src/scss/styles.scss b/src/scss/styles.scss
|
||||||
index 3df655fd..7e57cffe 100644
|
index 2e1dbec9..2d9b635f 100644
|
||||||
--- a/src/scss/styles.scss
|
--- a/src/scss/styles.scss
|
||||||
+++ b/src/scss/styles.scss
|
+++ b/src/scss/styles.scss
|
||||||
@@ -1,5 +1,34 @@
|
@@ -1,5 +1,34 @@
|
||||||
|
@ -78,3 +78,15 @@ index 3df655fd..7e57cffe 100644
|
||||||
$primary: #3c8dbc;
|
$primary: #3c8dbc;
|
||||||
$primary-accent: #286090;
|
$primary-accent: #286090;
|
||||||
$secondary: #ced4da;
|
$secondary: #ced4da;
|
||||||
|
diff --git a/webpack.config.js b/webpack.config.js
|
||||||
|
index aecb1860..44acdc1d 100644
|
||||||
|
--- a/webpack.config.js
|
||||||
|
+++ b/webpack.config.js
|
||||||
|
@@ -170,6 +170,7 @@ const config = {
|
||||||
|
},
|
||||||
|
minimizer: [
|
||||||
|
new TerserPlugin({
|
||||||
|
+ sourceMap: true,
|
||||||
|
terserOptions: {
|
||||||
|
safari10: true,
|
||||||
|
},
|
||||||
|
|
Loading…
Reference in a new issue