@twoday/craco-plugin-super-template
v0.1.3
Published
CRACO plugin for @twoday/cra-template-craco-super-template.
Downloads
1
Readme
@twoday/craco-plugin-super-template
CRACO plugin for @twoday/cra-template-craco-super-template.
Usage
craco.config.js
:
module.exports = async ({ env }) => {
return {
plugins: [(await import('@twoday/craco-plugin-super-template')).default],
};
};