Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/cli-ui-addon-webpack

Package Overview
Dependencies
Maintainers
9
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-ui-addon-webpack - npm Package Versions

1
1314

3.0.0-beta.16

Diff

Changelog

Source

3.0.0-beta.16 (2018-06-08)

babel-preset-app

Bug Fixes
  • avoid injecting polyfills when targeting node (586c8aa)

cli

Bug Fixes
  • avoid util.promisify when resolving webpack.config.js (89a0e65), closes #1473
  • bail when registry ping fails (be5526e), closes #1427
  • use fallback module resolve for Node version < 10 (12d51fd), closes #1486
Features

cli-plugin-e2e-cypress

Features

cli-plugin-pwa

Bug Fixes
  • pwa plugin should be ignored when target is not app (85e6e5e), closes #1497

cli-plugin-typescript

Features

cli-plugin-unit-jest

Bug Fixes
  • should not inject babel-core shim if babel plugin is not used (a91d022), closes #1424
Features

cli-service

Bug Fixes
  • fine tune chunk splitting (4db901c), closes #1488
  • fix invoke output (d65a251)
  • only provide baseUrl fix if baseUrl provided (#1421) (af1151a)
  • build: default to development mode in build --watch (#1430) (3193b0d)
  • env: preserve existing env vars so load in reverse order. (#1503) (7c1ef24)
  • serve: make sockjs url fixed with host (#1476) (2cbe373)
  • ui: correct i18n mistake (#1445) (dc07315)
  • resolve.symlinks to false so that node_modules exclusion works (5b4df14)
Features
  • allow configuring css-loader options via css.loaderOptions.css (7d06f09), closes #1484
  • allow configuring postcss-loader via css.loaderOptions.postcss (0ba111e)
  • allow using relative baseUrl (dc38211)
  • bail when user directly mutate output.publicPath (1732007)
  • build: support named exports when building --target lib with js/ts entry (1dc47eb), closes #1436
  • cli-service: support --no-clean flag (#1457) (c19bbff), closes #1446

cli-ui

Bug Fixes
Code Refactoring
Features
  • ui tweaks & fixes (#1409) (7354525)
  • ui: Display cli-service in plugins view (so it can be upgraded) (#1422) (f42632b)
  • ui: update all plugin to wanted version button (#1456) (98b6d26)

docs

Bug Fixes

BREAKING CHANGES

  • css.localIdentName has been deprecated. Use css.loaderOptions.css.localIdentName instead.
  • e2e-cypress: Cypress has been upgraded to 3.0. See changelog at https://docs.cypress.io/guides/references/changelog.html
  • build: When building a js/ts entry file with --target lib, the library now exposes a Module with both default and named exports. This means in the UMD build, the default export now needs to be accessed as window.yourLib.default, and in the CommonJS build as const yourLib = require('yourLib').default. If you don't have named exports and want to retain the previous behavior, you can configure webpack to use output.libraryExport: 'default' in vue.config.js.
  • ui: - file-icon for the configurations is removed
  • Configuration objects icon option changed and is now working differently: you can either use a material icon code or a custom image (see Public static files in the UI Plugin docs).
  • Task objects have a new icon option which works exactly the same
  • By default, if no icon is provided for either the config or the task, the corresponding vue-cli plugin logo will be used instead (if any).
  • jest is upgraded to 23.1.0 with minor breaking changes but should not affect normal test cases
yyx990803
published 3.0.0-beta.15 •

Changelog

Source

3.0.0-beta.15 (2018-05-30)

cli

Bug Fixes

cli-plugin-e2e-cypress

Bug Fixes

cli-plugin-typescript

Bug Fixes
  • typescript: avoid including router file when router is not selected (4d00161)
Performance Improvements
  • use importHelpers: true in tsconfig.json (60f0a0a)

cli-service

Bug Fixes
  • cli-service: make devBaseUrl work properly in serve command (#1405) (04600e6)
  • unit-mocha: ensure correct mode for webpack config (e17f78c), closes #1389
  • fix caching dependency (close #1384) (9846cd5)
Features
  • respect baseUrl during development (a9e1286)

cli-ui

Bug Fixes

docs

Features
  • add --copy option for vue-cli-service serve (#1355) (5e95b3d)

BREAKING CHANGES

  • devBaseUrl option has been removed. baseUrl now works for both development and production. To use different paths for prod/dev, use conditional values based on process.env.NODE_ENV in vue.config.js.
yyx990803
published 3.0.0-beta.14 •

yyx990803
published 3.0.0-beta.13 •

yyx990803
published 3.0.0-beta.12 •

Changelog

Source

3.0.0-beta.12 (2018-05-29)

cli-plugin-babel

Performance Improvements
  • adjust caching and parallelization (1075576)
  • revert babel/ts thread behavior (e5101b4)

cli-plugin-eslint

Bug Fixes
  • ui: eslint lint on save default (0f30639)

cli-plugin-pwa

Bug Fixes
  • ui: pwa config: manifest.json indentation (27e66a8)

cli-plugin-typescript

Bug Fixes
  • typescript: ensure ts-loader options can be stringified for thread-loader (023e022), closes #1367
  • ui: tsconfig (7482244)

cli-service

Bug Fixes
  • build: only modify css extraction if its enabled (9a4159d), closes #1378
  • make umd build usable in Node (c12f240), closes #1348
Code Refactoring
  • compiler -> runtimeCompiler (ebffdf0)
Features
  • make public dir optional (1719622), closes #1265
  • re-introduce css.modules option (1e98d96)
  • support multi-page app via pages option (869f005)
  • tweak css extraction chunk name (f0fd375)
Performance Improvements
  • enable vue-loader template compilation caching (8fe554c)

cli-ui

Bug Fixes
  • ui: chdir (133cdfb)
  • ui: env var names (207a630)
  • ui: force output colors (4d0b690)
  • ui: mock install/uninstall in debug mode (e759b2c)
  • ui: task terminated status on Windows (ea95c52)
  • ui: use debug mode (24d5e7b)
  • ui: watch only locales folder if exists (73a1c7a)
  • ui: webpack error after creating a new project (1c95dc2)
  • ui: Windows compat (bf76950)
  • ui: wrong env var name (12129b3)
  • use mode development (94de904)
Features
  • ui: auto clean projects list (d2a9d0f)
  • ui: update to latest vue-cli-plugin-apollo (873d14d)

BREAKING CHANGES

  • compiler option has been renamed to runtimeCompiler
  • internal webpack rules for CSS have been changed.
1
1314
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc