forked from eclipse-thingweb/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Webpack config file has been modified to load scss files. - In Production mode it extracts CSS into separate files instead of including the styles within the JavaScript bundle. This is more suitable for production builds. - During the development mode it injects the styles directly into the DOM, which helps optimize the Hot Module Replacement - The previous css file created by the vs extension as well as the map file have been remove as they are not necessary anymore
- Loading branch information
1 parent
5cc822d
commit 10645cf
Showing
5 changed files
with
19 additions
and
2,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.