Skip to content

Commit 404e3db

Browse files
author
tomaskallup
authored
Update README.md
1 parent 754e7ed commit 404e3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ class. For more info on available options, please take a look here:
1919
const settings = {
2020
// ...
2121
module: {
22-
preLoaders: [
22+
loaders: [
2323
// ...
2424
{
25+
enforce: 'pre',
2526
test: /\.css$/,
2627
exclude: /node_modules/,
2728
loader: 'typed-css-modules'

0 commit comments

Comments
 (0)