aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-13 18:20:46 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-15 21:19:46 +0900
commitfe3ecc83cfbc96bbd67d8c9d5210972603ef0efe (patch)
tree19471248a77ab34a93cf1442750966c56c367c6d
parentc619e72fdabfe2ade4d5afa322e2569db6922cdb (diff)
configure style loader
-rw-r--r--webpack.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index bb1568d..1c80236 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -23,7 +23,11 @@ module.exports = {
query: {
presets: [ 'es2015' ]
}
- }
+ },
+ {
+ test: /\.css$/,
+ loader: 'style-loader!css-loader',
+ },
]
},