1.0.9 • Published 3 years ago

webpack-transfer-cmd-plugin v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

webpack-transfer-cmd-plugin

complie to CMD module

Configuration

const TransferToCmdPlugin = require("webpack-transfer-cmd-plugin")
    plugins: [
        ...
        new TransferToCmdPlugin({
          entryOnly: true,    //if true, the plugin will only compile the entry chunks  (default: true)
          include_css: true,   //if ture, CSS with the same name will be added to the entry chunks(default: true)
          auto_load_depend: ''
        })
        ...
    ]
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago