install package css-loader and style-loader

This commit is contained in:
Shin'ya Ueoka 2017-08-13 18:18:46 +09:00
parent 85e22063fe
commit c619e72fda
2 changed files with 1094 additions and 0 deletions

1092
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,7 @@
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"karma": "^1.7.0",
"karma-firefox-launcher": "^1.0.1",
@ -30,6 +31,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.3"
}
}