0.0.7 • Published 9 months ago
typedcssx-webpack-plugin v0.0.7
typedcssx-webpack-plugin
Documentation
https://typedcssx.vercel.app
Completely remove by method style objects and resolve the polyfills in webpack.config.js.
Installation
npm install --save-dev typedcssx-webpack-plugin
Add the under to your webpack.config.js
const { TypedCSSXWebpackPlugin } = require("typedcssx-webpack-plugin");
module.exports = {
plugins: [new TypedCSSXWebpackPlugin()],
};