beautiful works with tailwind webpack
This commit is contained in:
@@ -3,12 +3,12 @@ module.exports = {
|
||||
* This is the main entry point for your application, it's the first file
|
||||
* that runs in the main process.
|
||||
*/
|
||||
entry: './src/index.ts',
|
||||
entry: "./src/index.ts",
|
||||
// Put your normal webpack config below here
|
||||
module: {
|
||||
rules: require('./webpack.rules'),
|
||||
rules: require("./webpack.rules"),
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.js', '.ts', '.jsx', '.tsx', '.css', '.json'],
|
||||
extensions: [".js", ".ts", ".jsx", ".tsx", ".css", ".json"],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user