summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-21 05:55:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-21 05:55:19 +0900
commit6573f36485530a37f6bdd5786477b3ad904a9cbf (patch)
treeff9efab722445836d70cce1bb2011a0b86fc19fb /webpack
parentwip (diff)
downloadsharkey-6573f36485530a37f6bdd5786477b3ad904a9cbf.tar.gz
sharkey-6573f36485530a37f6bdd5786477b3ad904a9cbf.tar.bz2
sharkey-6573f36485530a37f6bdd5786477b3ad904a9cbf.zip
wip
Diffstat (limited to 'webpack')
-rw-r--r--webpack/webpack.config.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index fae75059a6..3686d0b651 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -101,6 +101,12 @@ module.exports = Object.keys(langs).map(lang => {
{ loader: 'stylus-loader' }
]
}, {
+ test: /\.css$/,
+ use: [
+ { loader: 'style-loader' },
+ { loader: 'css-loader' }
+ ]
+ }, {
test: /\.ts$/,
exclude: /node_modules/,
use: [{