0.10.7 • Published 5 years ago

@rola/preset-node v0.10.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@rola/preset-sass

Bundle for Node using rola.

Unless you're building something using @rola/compiler directly, you won't need this module for your rola project.

Install

npm i @rola/preset-node --save

Usage

Add the preset to the presets array on your @rola/compiler instance:

import compiler from '@rola/compiler'
import node from '@rola/preset-node'

compiler({
  in: './index.js',
  out: './build',
  presets: [
    node()
  ]
})

License

MIT License © Eric Bailey

0.10.7

5 years ago

0.10.5

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago