Guest User

Untitled

a guest
Aug 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ...
  2. "production": {
  3. "plugins": [
  4. ["transform-replace-object-assign", "simple-assign"],
  5. "transform-dev-warning", "transform-decorators-legacy", "transform-es2015-arrow-functions",
  6. [
  7. "css-modules-transform", {
  8. "extensions": [".css", ".scss"],
  9. "extractCss": "./lib/css/assets.css",
  10. "generateScopedName": "[name]__[local]___[hash:base64:5]",
  11. "preprocessCss": "./babel/preprocess-function.js"
  12. }
  13. ]
  14. ]
  15. },
  16. ...
Add Comment
Please, Sign In to add comment