This website requires JavaScript.
Explore
Schulwebsite
Help
Sign In
gcg
/
static-cms
Watch
0
Star
0
Fork
0
You've already forked static-cms
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
static-cms
/
.babelrc
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-02-25 00:45:56 -08:00
{
Webpack optimizations (#140) * Less repetition in webpack configs. Minify CSS classnames in production. * Ignore all optional deps of moment.js. Fixes #138 * Added target to webpack config * Automatically extract all 3rd party modules into a separate 'vendor' chunk * Inline only assets that are smaller than 10KB * Added autoprefixer options * Replaced sinfle babel transforms with the stage-1 preset. Cleaned up webpack configs. * Do not include hot module replacement in production
2016-10-26 19:51:35 +02:00
"presets": ["es2015", "stage-1", "react"],
"plugins": ["lodash"]
Initial commit
2016-02-25 00:45:56 -08:00
}
Reference in New Issue
Copy Permalink