UNPKG

babel-plugin-react-css-modules

Version:

Transforms styleName to className using compile time CSS module resolution.

16 lines (15 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const optionsDefaults = { attributeNames: { styleName: 'className' }, generateScopedName: '[path]___[name]__[local]___[hash:base64:5]', handleMissingStyleName: 'throw' }; var _default = optionsDefaults; exports.default = _default; //# sourceMappingURL=optionsDefaults.js.map