This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
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-11-13 18:40:54 +01:00
Code
Issues
Releases
Wiki
Activity
2d66c7ed22
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 12:14:33 +02:00
{
"presets": ["es2015"],
"plugins": [
Added full JSX support to build pipeline
2016-10-10 12:35:25 +02:00
"add-module-exports",
Migrate build pipeline to Webpack 2
2017-02-11 16:00:45 +01:00
"babel-root-import"
Rewrite of Gulp asset pipeline in ES6 and separation of tasks
2016-10-06 12:14:33 +02:00
]
Implemented basic search modal functionality
2016-10-23 10:21:37 +02:00
}
Reference in New Issue
Copy Permalink