1.0.3 • Published 5 years ago

webpack-expose-plugin v1.0.3

Weekly downloads
89
License
MIT
Repository
-
Last release
5 years ago

webpack-expose-plugin

将 webpack 打包的 modules 暴露到 window 上,供浏览器端 script 使用。

Installation

$ yarn add webpack-expose-plugin --dev

Using

import WebpackExposePlugin from 'webpack-expose-plugin';

export default {
    // ...
    plugins: [
        new WebpackExposePlugin({
            React: require.resolve('react'),
            ReactDOM: require.resolve('react-dom')
        }),
    ]
    // ...
};

License

MIT

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago