0.0.6 • Published 7 years ago

webpack-macro-loader v0.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

macro-loader

C++ like macro syntax support for Webpack.

**NOTE: the master branch (0.1+) only works with webpack 2.x.

It allows you to write your components in this format:

#define mobileOnly

#ifdefine mobileOnly

your piece of code here will be compiled into the bundle

#else

your another piece of code here will not compiled

#endif

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago