UNPKG

babel-plugin-react-css-modules

Version:

Transforms styleName to className using compile time CSS module resolution.

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