0.1.4 • Published 7 years ago

fisx-preprocessor-amd v0.1.4

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

fisx-preprocessor-amd

Dependency Status devDependency Status NPM Version

A preprocessor to wrap module code using amd style.

How to use

Install

npm install fisx-preprocessor-amd --save-dev

Add configure to fis-conf.js

fis.match('/src/**.js', {
    preprocessor: fis.plugin('amd')
});

Options

  • disableWrap - boolean optional: if the processed file has disableWrap configure with true, the preprocessor will ignore this file

  • clearCssRequire - boolean optional: whether remove the css file require declaration, by default false

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago