Skip to content

Instantly share code, notes, and snippets.

View ellenbauer's full-sized avatar
🐝
building cool things with WordPress

Ellen Bauer ellenbauer

🐝
building cool things with WordPress
View GitHub Profile
@ahmadawais
ahmadawais / .babelrc
Last active August 2, 2020 00:55
Basic Gutenberg Custom Block with ESNext, Webpack, BabelJS— https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/02-basic-esnext
{
"presets": [
[ "env", {
"modules": false,
"targets": {
"browsers": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",