Skip to content

Tags: conan1992/webpack

Tags

1.3.1

Toggle 1.3.1's commit message
Merge branch 'develop'

* develop:
  Bump template version (1.3.1)
  change circleci node image to 6.12.3 to ensure node 6 compat.
  replace object rest spread with Object.assign for node6 compat. (fix vuejs-templates#1245)

1.3.0

Toggle 1.3.0's commit message
Merge branch 'develop'

* develop:
  bump template version (1.3.0)
  chore: remove extra comma (vuejs-templates#1240)
  Improve template CI tests (close vuejs-templates#1218)
  Revert "fix bad alias (fix vuejs-templates#1239)"
  Typo, whitespace and Style Guide fixes (vuejs-templates#1231)
  Update runner.js (vuejs-templates#1235)
  remove unnecessary option.
  bumping eslint dependencies
  fix bad alias (fix vuejs-templates#1239)
  remove duplicate lines in gitignore (vuejs-templates#1214)
  fix historyFallback rewrite for Windows systems
  improved comments in eslintrc
  updated linting docs.
  respect eslint rule for order of options.
  switch to essential ruleset.
  add eslint-plugin-vue

# Conflicts:
#	template/build/build.js

1.2.8

Toggle 1.2.8's commit message
Merge branch 'develop'

* develop:
  bump template version
  fix bug with vuejs-templates#1202
  Make CSS sourcemaps on by default
  Ensure page reloads in history mode serve index.html
  use old sourcemap option
  Add postcss-url to match postcss-import (vuejs-templates#1115)
  Change engine>node{4 => 6} for template (vuejs-templates#1206)
  Fix static file serving for publicPath != `/` (fix#1176) (vuejs-templates#1180)
  Load, render template version using helper (vuejs-templates#1202)
  fix typo in a comment (vuejs-templates#1183)
  fix vuejs-templates#1140

1.2.7

Toggle 1.2.7's commit message
Merge branch 'develop'

* develop:
  correct wording for vuejs-templates#1155
  bump version to 1.2.7
  remove eventsource-polyfill (vuejs-templates#1169)
  Remove useless code when lint is not chosen (vuejs-templates#1165)
  Set spawn opt shell as true to avoid ENOENT (vuejs-templates#1170)
  restore gitignore
  [WIP] Accurate CompleteMsg when not using autoInstall (fix vuejs-templates#1157) (vuejs-templates#1158)
  close vuejs-templates#1155

1.2.6

Toggle 1.2.6's commit message
Merge branch 'develop'

* develop:
  remove unnecessary exceptions
  bump version to 1.2.6
  Add JX support (close vuejs-templates#1146)
  Automatically install Dependencies and fix lint errors (vuejs-templates#1133)
  Set `allChunks: true` by default (close vuejs-templates#1110) (vuejs-templates#1149)
  airbnb eslint config compatibility with vuex (vuejs-templates#1003)
  Document babel target env configuration (vuejs-templates#1144)
  Revert "remove uneccessary target.browsers (vuejs-templates#1004)" (vuejs-templates#1083)
  fix filename of `.eslintignore` (vuejs-templates#1136)
  webpack.conf.js is not needed in jest and e2e (vuejs-templates#1135)

# Conflicts:
#	template/test/e2e/custom-assertions/elementCount.js

1.2.5

Toggle 1.2.5's commit message
Merge branch 'develop'

* develop:
  bump version 1.2.5
  some small updates to the docs
  Adds support for the video poster attribute (vuejs-templates#1123)
  babel-register use only for e2e tests (vuejs-templates#1120)
  Update project creation: sort dependencies in package.json (vuejs-templates#1118)
  Fix bug from PR vuejs-templates#1082
  FIX: convert env variable PORT to a number.
  Minor refactoring of build scripts (vuejs-templates#1082)
  ESLint config clean up (vuejs-templates#1093)
  Switch to uglifyjs-webpack-plugin (vuejs-templates#1119)
  change bad spaces into normal spaces and removing trailing space (vuejs-templates#1132)
  prevent empty line when unit = y & e2e = n
  Update meta.js (vuejs-templates#1091)
  docs(README): Update usage to init from develop branch (vuejs-templates#1092)
  Use actual host for notification (vuejs-templates#1101). (vuejs-templates#1103)
  prevent webpack from injecting useless mocks

1.2.4

Toggle 1.2.4's commit message
Merge branch 'develop'

* develop:
  bump v1.2.4
  revert vuejs-templates#996 chunk names to minify prodution JS (vuejs-templates#1086)
  fix missing comma
  Batman!
  add missing cacheBusting option
  make jest ignore the e2e test folder because its likely to contain files matching the jest's filename pattern
  Improved Jest config (vuejs-templates#1074)
  Fix # 1070 When index.html has a positional variable, the error can be printed correctly (vuejs-templates#1071)
  [enhancement]Remove useless files and performance enhancement in dev server. (vuejs-templates#1072)

1.2.3

Toggle 1.2.3's commit message
v1.2.3

1.2.2

Toggle 1.2.2's commit message
v 1.2.2

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.2.1 - Bugfix release (vuejs-templates#1052)

* re-merge (vuejs-templates#1045)

* Reference dev script in start script instead of copy pasting (vuejs-templates#894)

Less duplication FTW.

* add version tag to config/index.js

* stick to ES5

this file is not transpiled

* Bumping Vue VueRouter versions, some minor fixes. (vuejs-templates#986)

* switch hello-world tag to PascalCase (vuejs-templates#951)

* fix Es6 code issue.

This file is not transpiled, so we should stick to ES5

* Fix bug in dev-server when a proxyTable entry is a string (vuejs-templates#965)

`options` can not be a `const` because it is modified if value is a string.

* Fix casing

* Revert 9befbfc

* update to vue and vue-router latest version (vuejs-templates#984)

- vue 2.5
- vue-router 3.0

* Fix missing dependency bumps (vuejs-templates#987)

* switch hello-world tag to PascalCase (vuejs-templates#951)

* fix Es6 code issue.

This file is not transpiled, so we should stick to ES5

* Fix bug in dev-server when a proxyTable entry is a string (vuejs-templates#965)

`options` can not be a `const` because it is modified if value is a string.

* Fix casing

* Revert 9befbfc

* update to vue and vue-router latest version (vuejs-templates#984)

- vue 2.5
- vue-router 3.0

* fix missing dependency updates for

* vue-template compiler
* vue-loader

* bump version string

* Fix Unknown plugin istanbul error when no unit test (vuejs-templates#785)

* Fix Unknown plugin istanbul error when no unit test

* simplify handlebars conditionals.

* Revert "Fix Unknown plugin istanbul error when no unit test (vuejs-templates#785)" (vuejs-templates#1035)

This reverts commit 14f2a92.

* Remove unnecessary whitespaces (vuejs-templates#1047)

* fix(jest): fix Jest coverage directory (vuejs-templates#1046)

Explicitly set the coverage directory to match Karma and .gitignore

* Fix typos and formatting (vuejs-templates#1048)

* re-add postcss-loader

was mistakenly removed during merge of vuejs-templates#824

* bumb version string in config

* bumb version string in config in package.json