beautiful works with tailwind webpack

This commit is contained in:
talksik
2022-03-17 10:27:42 -04:00
parent 20ddc5a324
commit 6e73313748
10 changed files with 104 additions and 16 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin");
module.exports = [new ForkTsCheckerWebpackPlugin()];