wip
This commit is contained in:
parent
9c0521316d
commit
6573f36485
8 changed files with 47 additions and 29 deletions
|
@ -100,6 +100,12 @@ module.exports = Object.keys(langs).map(lang => {
|
|||
{ loader: 'css-loader' },
|
||||
{ loader: 'stylus-loader' }
|
||||
]
|
||||
}, {
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
{ loader: 'style-loader' },
|
||||
{ loader: 'css-loader' }
|
||||
]
|
||||
}, {
|
||||
test: /\.ts$/,
|
||||
exclude: /node_modules/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue