This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
mkdocs-material
Watch
1
Star
0
Fork
0
You've already forked mkdocs-material
mirror of
https://github.com/squidfunk/mkdocs-material.git
synced
2024-06-14 11:52:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
546a32f87a
mkdocs-material
/
.babelrc
8 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrite of Gulp asset pipeline in ES6 and separation of tasks
2016-10-06 13:14:33 +03:00
{
"presets": ["es2015"],
"plugins": [
Added full JSX support to build pipeline
2016-10-10 13:35:25 +03:00
"add-module-exports",
Migrate build pipeline to Webpack 2
2017-02-11 18:00:45 +03:00
"babel-root-import"
Rewrite of Gulp asset pipeline in ES6 and separation of tasks
2016-10-06 13:14:33 +03:00
]
Implemented basic search modal functionality
2016-10-23 11:21:37 +03:00
}
Reference in New Issue
Copy Permalink