Skip to content

Commit daf58da

Browse files
Samuell1marcosmoura
authored andcommitted
docs: add ie polyfills (vuematerial#1342)
* docs: add ie polyfills * refactor: remove package lock
1 parent b1018fb commit daf58da

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

build/docs/webpack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const componentExampleLoader = require.resolve('../loaders/component-example-loa
2929
const webpackConfig = {
3030
entry: {
3131
app: [
32+
'babel-polyfill',
3233
'./docs/app/index.js',
3334
'./build/docs/offline.js'
3435
]

build/local/webpack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
devtool: 'cheap-module-eval-source-map',
1313
entry: {
1414
docs: [
15+
'babel-polyfill',
1516
'./docs/app/index.js',
1617
'./build/local/client'
1718
]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"babel-eslint": "^8.0.1",
5252
"babel-loader": "^7.1.2",
5353
"babel-plugin-syntax-dynamic-import": "^6.18.0",
54+
"babel-polyfill": "^6.26.0",
5455
"babel-preset-env": "^1.6.1",
5556
"babel-preset-es2015": "^6.24.1",
5657
"babel-preset-stage-3": "^6.24.1",

0 commit comments

Comments
 (0)