1.0.5 • Published 2 months ago

file-wrap-loader v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

File Wrap Loader

File wrapper loader for Webpack

Install

npm install file-wrap-loader

Usage

module.exports = {
  //...
  module: {
    rules: [{
      test: /\.js$/,
      loader: 'file-wrap-loader',
      options: {
        template: '/*library: test*/export default function(){<%= content %>}' // template compiler use lodash template
      }
    }]
  }
}
1.0.5

2 months ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago