preact-cli-plugin-atomizer

1.0.1 • Public • Published

preact-cli-plugin-atomizer Build Status

Install

in your preact-cli app:

$ yarn add -D preact-cli-plugin-atomizer

Usage

in preact.config.js, pass your atomizer loader config:

import atomizer from 'preact-cli-plugin-atomizer';

export default (config, env, helpers) => {
	atomizer(
		config,
		env,
		helpers,
		{
			test: /\.jsx?$/,
			configPath: './yourAtomicConfig.js',
		}
	);
};

License

MIT © Vince Speelman

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i preact-cli-plugin-atomizer

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vinspee