0.1.2 • Published 8 years ago

webpack-file-transform-plugin v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

webpack-file-transform-plugin

usage

  //VersionFile plugin will generate a version.txt on project root directory 
  new VersionFile({
    templateString: "build-date: " + new Date(),
  }),
  new webpackFileTransformPlugin({
    path: PathOfTheTxtFile,
    outputPath: TransforTargetPath,
  }),
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago