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

Package Sidebar

Install

npm i preact-cli-plugin-atomizer

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vinspee