UNPKG

@dr.pogodin/babel-plugin-react-css-modules

Version:

Transforms styleName to className using compile time CSS module resolution.

10 lines 294 B
const optionsDefaults = { attributeNames: { styleName: 'className' }, autoResolveMultipleImports: true, generateScopedName: '[path]___[name]__[local]___[hash:base64:5]', handleMissingStyleName: 'throw' }; export default optionsDefaults; //# sourceMappingURL=optionsDefaults.js.map