1.0.2 • Published 5 months ago

define-constant-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago
npm i --save-dev define-constant-plugin

webpack.config.js

const DefineConstantPlugin = require('define-constant-plugin')

module.exports = {
  entry: 'index.js',
  plugins: [
    new DefineConstantPlugin({
      'process.env':  DefineConstantPlugin.runtimeValue(Date.now, {
        fileDependencies: [fileDep],
      })
    })
  ],
}
1.0.2

5 months ago

1.0.1

5 months ago