Skip to content

Latest commit

 

History

9 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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

关于

Use the atomic css atomizer with preact-cli

Topics

Resources

Stars

0 stars

关注者

0 watching

复刻s

发布

Used by

贡献者

Languages