Pure tachyons setup

This commit is contained in:
dmitry
2020-11-23 13:22:35 +03:00
parent ebb9339fa2
commit 9d4b938f03
25 changed files with 20773 additions and 1147 deletions

View File

@ -37,7 +37,11 @@ module.exports = {
{
test: /\.(png)$/,
loader: 'file-loader',
}
},
{
test: /\.css$/i,
use: ['style-loader', 'css-loader'],
},
]
},
mode: "development",