This repository was archived by the owner on Aug 27, 2020. It is now read-only.
forked from vuejs-templates/webpack
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* gitignore vscode * media loader audio and video tag * Remove vscode gitignore * Add \n back * fix missing closing bracket * add default values (img, image)
Fix console error`Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING`
the glob pattern was too narrow, woudl not catch subpaths.
The parameter to set in package.json is named "browserslist".
* Removing Vue.config.debug usage from documentation It has been removed; https://vuejs.org/v2/guide/migration.html#Vue-config-debug-removed * Update env.md
Currently, this causes the dev server to listen on all addresses by default, which is not the intended behavior, imo.
We have to investigate how we can get vuejs-templates#688 work without the error reported in vuejs-templates#879
That's actually not a good idea when you e.g. want to access the dev server from your mobile.
* Remove unused fs require from webpack.base.conf.js (vuejs-templates#893) * cleanup some leftover from reverting vuejs-templates#688
14c9bd9
to
fef6554
Compare
# Conflicts: # circle.yml # docs/README.md # template/.eslintrc.js # template/build/webpack.base.conf.js # template/package.json # template/src/components/Hello.vue
It bundles the library with dependencies set as externals and brings a dev application.
fef6554
to
5093d6d
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements #3.
Known issues:
.babelrc
contains aenv
with alibrary
with presets, but they are not used when runningnpm run build
. This causes a bigger JS distribution file than normal, because it embeds some polyfills. See https://babeljs.io/docs/usage/babelrc/#env-option.minimatch
dependency is not found.missing features: