[refactor, chore] "Compile" CSS via Webpack

This may seem unnecessary (and odd to import CSS files into JS...), but
this sets up the project for being able to keep the distributed
(release) resources all together, as well as setting the stage for
introducing something like SCSS.
This commit is contained in:
Steven Evans
2018-07-11 11:19:36 -04:00
parent 5845fa8702
commit 3faed7caf2
7 changed files with 2260 additions and 248 deletions

View File

@@ -51,6 +51,7 @@
"less": "^3.0.4",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.0.0",