Skip to content

Commit 7508a9c

Browse files
authored
Merge pull request #390 from webpack/develop
Deploy
2 parents 3118281 + cee88fb commit 7508a9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1198
-800
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"presets": [
3-
"es2015",
3+
"env",
44
"react"
55
],
66
"plugins": [
7-
"syntax-object-rest-spread",
87
"transform-object-rest-spread"
98
]
109
}

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ root = true
66
charset = utf-8
77

88
# 4 space indentation
9-
[*.{md,js,jsx,scss}]
9+
[*.{md,js,jsx,scss,hbs}]
1010
indent_style = space
1111
indent_size = 2
1212

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"root": true,
3+
24
"extends": "eslint:recommended",
35

46
"parser": "babel-eslint",

antwar.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ module.exports = {
8787
);
8888
}
8989
),
90+
pluginsapi: section(
91+
'Plugins API',
92+
function() {
93+
return require.context(
94+
'json-loader!yaml-frontmatter-loader!./content/pluginsapi',
95+
false,
96+
/^\.\/.*\.md$/
97+
);
98+
}
99+
),
90100
loaders: section(
91101
'Loaders',
92102
function() {

assets/icon-square-big.svg

Lines changed: 1 addition & 29 deletions
Loading

assets/icon-square-small.svg

Lines changed: 1 addition & 28 deletions
Loading

assets/icons.woff

-3.45 KB
Binary file not shown.

assets/icons.woff2

-1.92 KB
Binary file not shown.

assets/logo-on-dark-bg.svg

Lines changed: 1 addition & 27 deletions
Loading

0 commit comments

Comments
 (0)