0.0.7 • Published 9 months ago

typedcssx-webpack-plugin v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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()],
};
0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago