Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fixed dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed Feb 1, 2019
1 parent 3828d85 commit c090276
Show file tree
Hide file tree
Showing 14 changed files with 15,470 additions and 15,868 deletions.
21 changes: 21 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"forceAllTransforms": true
}
]
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-object-rest-spread",
[
"@babel/plugin-transform-runtime",
{
"helpers": false
}
]
]
}
14,090 changes: 14,090 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 2 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-imports": "^1.5.1",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.2.0",
Expand All @@ -31,10 +30,10 @@
"stylus-loader": "^3.0.2",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.5.22",
"vuetify-loader": "^1.2.0",
"webpack-bundle-analyzer": "^3.0.3"
},
"dependencies": {
"@babel/preset-env": "^7.3.1",
"@fortawesome/fontawesome-svg-core": "^1.2.13",
"@fortawesome/free-brands-svg-icons": "^5.7.0",
"@fortawesome/free-solid-svg-icons": "^5.7.0",
Expand All @@ -53,27 +52,9 @@
"vue-recaptcha": "^1.1.1",
"vue-router": "^3.0.2",
"vuetify": "^1.4.4",
"vuetify-loader": "^1.2.0",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"syntax-dynamic-import",
[
"transform-imports",
{
"vuetify": {
"transform": "vuetify/lib/components/${member}",
"preventFullImport": true
}
}
]
]
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down
2,877 changes: 2 additions & 2,875 deletions public/css/app.css

Large diffs are not rendered by default.

Loading

0 comments on commit c090276

Please sign in to comment.