diff options
| author | mokha <mokha@cisco.com> | 2018-08-15 15:13:12 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-08-15 15:13:12 -0600 |
| commit | a2e7e858a81ccc38ccd6006d8a212eb23ddaa2be (patch) | |
| tree | 0d73fc36152f50623153cb7051ebf6417f67f1e7 /package.json | |
| parent | 1ed99d021e9a68100ed231cef2e6aeb9587c3f27 (diff) | |
add css and style loaders.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index bca0113..f2526f3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "author": "", "license": "ISC", "devDependencies": { + "css-loader": "^1.0.0", "html-webpack-plugin": "^3.2.0", + "style-loader": "^0.22.1", "webpack": "^4.16.5", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5", |
