Skip to content

Commit 34e78de

Browse files
committed
Remove the obmc-custom style import
Importing the obmc-custom style adds over 700KB to the binary size. This import was not there with Vue 2, so remove the import to restore the Vue 2 implementation and reduce the binary size. Change-Id: I0a32003da26c5e1e055b952ca502190068f9960e Signed-off-by: Jason M. Bills <[email protected]>
1 parent 6ce5d84 commit 34e78de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vue.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ module.exports = {
1515
@import "@/assets/styles/bmc/helpers";
1616
@import "@/env/assets/styles/_${envName}";
1717
@import "@/assets/styles/bootstrap/_helpers";
18-
@import '@/assets/styles/_obmc-custom.scss';
1918
`;
2019
} else {
2120
return `
2221
@import "@/assets/styles/bmc/helpers";
2322
@import "@/assets/styles/bootstrap/_helpers";
24-
@import '@/assets/styles/_obmc-custom.scss';
2523
`;
2624
}
2725
})(), // immediately invoked function expression (IIFE)

0 commit comments

Comments
 (0)