1.0.0 • Published 9 years ago

arnoldc-loader v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

ArnoldC Webpack Loader

A Webpack loader for ArnoldC.

Configuration

npm i arnoldc-loader -D

In your webpack.config.js:

module: {
    loaders: [
        { test: /\.arnoldc$/, loader: 'arnoldc' }
    ]
}

Usage

ArnoldC doesn't export functions, but you can load modules to get their side effects.

Example:

main.js

require('./hello.arnoldc');

hello.arnoldc

IT'S SHOWTIME
TALK TO THE HAND Hello World!
YOU HAVE BEEN TERMINATED