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
15

3.1.1

Diff

Changelog

Source

3.1.1 (2018-10-31)

babel-preset-app

Bug Fixes
  • add core-js to deps (29dc6a0)

cli-plugin-eslint

Bug Fixes
  • also add babel-eslint to the generated package.json (353edaa)

cli-service

Bug Fixes
  • add acorn-walk as dependency instead of relying on acorn's internal folder structure (c138c7d), closes #2848

cli-service-global

Bug Fixes
  • also add babel-eslint to the generated package.json (353edaa)
soda
published 3.1.0 •

Changelog

Source

3.1.0 (2018-10-30)

babel-preset-app

Bug Fixes
  • add absoluteRuntime option to [@babel](https://github.com/babel)/plugin-transform-runtime (1418178)
Features

cli

Bug Fixes
  • cli: avoid assertion error when vue.config.js includes assignment expression (#2770) (89edf0d)
Features

cli-plugin-e2e-cypress

Bug Fixes

cli-plugin-e2e-nightwatch

Features
  • update vue-jest to 3.x along with other dependency updates (33a3b19)

cli-plugin-eslint

Bug Fixes
  • cli-plugin-eslint: Resolve proper ESLint package (#2560) (c500512)
Features
  • generate .editorconfig file for each specific eslint config (6e5cf0e), closes #905

cli-plugin-pwa

Bug Fixes
  • use relative paths in manifest.json for compatibility with Github Pages (#2271) (6d26c75)

cli-plugin-unit-mocha

Features
  • set pretendToBeVisual option for jsdom-global (#2573) (528c465)

cli-service

Bug Fixes
  • cli-service: fix path RegEx error (#2830) (7096bac)
  • generator: Template files for main.js and router when not using a compiler (#2828) (21256f5)
  • serve: also detect kubernetes containers (#2795) (9a64708)
  • fix customHtmlOptions overriding (6708063)
  • fix cypress error caused by object rest syntax (e929d48)
  • pin cache-loader to v1.2.2 temporarily (0763d62), closes #2847
  • wc: don't overwrite user-defined externals (#2831) (8bf7dfd)
  • should not throw when a plugin listed in optionalDependencies is not installed (7ea080b)
  • should not thrown on Windows when proxy target is an object (5786e27), closes #2478
Features
  • add --no-unsafe-inline flag for modern mode (#2741) (38efc03), closes #2570
  • allow user to customize html-webpack-plugin option in multi-page mode (4cabf5e), closes #2544
  • build library with specified formats (#2583) (1e200c5)

cli-service-global

Bug Fixes
  • fix regenerator-runtime import for global service (c6ab80f), closes #2648

cli-ui

Bug Fixes
  • client addon: loading padding (81ec5c0)
  • dependencies: better metadata load error handling (59e1201)
  • dependencies: list item fallback-icon (c8a53a4)
  • local plugin: remove folder before copying (7d2d1fb)
  • plugin: catch execution error (23a05fc)
  • prompts: color picker size (f8e42ce)
  • task: description overflow (aca31eb)
  • task: narrow view port causing misalignment (86f5bde)
  • task: remove non-running missing tasks (da66f93)
  • ui: i18n for 'Official' in plugin search results (#2705) (cecece7)
  • widget: not removed (issue with apollo-client) (8d7bf23)
Features

docs

Features
  • support yarn for adding inline registry (78c7c12), closes #2809

eslint-config-airbnb

chore

other

Features

BREAKING CHANGES

  • now requires eslint v5 as peer dependency
soda
published 3.0.5 •

Changelog

Source

3.0.5 (2018-10-09)

babel-preset-app

Bug Fixes
  • only enable helper aliasing when useBuiltIns equals usage (da64938), closes #2637

cli

Bug Fixes
  • preset: plugin invoke order don't sort by unicode order (#2656) (f99796e)

cli-plugin-babel

Bug Fixes
  • also look up loaders in local node_modules in case deps are not hoisted (fed948a), closes #2599
  • plugin sub node_module directory should have higher priority in resolveLoader.modules (47a28e0)

cli-plugin-e2e-cypress

Bug Fixes
  • @cypress/webpack-preprocessor is both a peer dep and a dev dep (6fd5e5d)
  • fix eslint errors when using airbnb config (35e8d83), closes #2667

cli-service

Bug Fixes
  • build --target lib should merge externals in vue.config.js (#2653) (20dd09d), closes #2646
  • fix test issues for cypress GUI (ab0503b)

cli-service-global

Bug Fixes
soda
published 3.0.4 •

Changelog

Source

3.0.4 (2018-09-25)

cli

Bug Fixes
  • show full project name in error message for vue create . (5e261be)
  • cli: make sortObject consistent even when keyOrder is given (#2326) (1a83944)

cli-plugin-e2e-cypress

Bug Fixes
  • add webpack-preprocessor, fixes babel 7 compatibility issues (bd32daa), closes #2538 #2465

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes

cli-service-global

Bug Fixes
  • findExisting should be case sensitive (7e5382f), closes #2305
  • fix windows compatibility of fileExistsWithCaseSync (6b825de)

cli-ui

Bug Fixes
  • configuration should be synced regardless of $_init (b1b04b8), closes #2521 #2522
  • Removed padding reset from current project dropdown (#2501) (2263550)
  • typo in en.json (#2559) (b5fe501)
  • ui: fix plugin installation animation hanging (5e96de9)
  • ui: update graphql version to align with vue-cli-plugin-apollo (444cf86), closes #2574 #2577
  • ui: use production mode when testing (8a97146)

other

Bug Fixes
  • ci: add eslint-plugin-graph dep to workspace root, fix ci errors (ed15d23)
soda
published 3.0.3 •

Changelog

Source

3.0.3 (2018-09-12)

cli-plugin-unit-mocha

Bug Fixes

cli-service

Bug Fixes
  • fix ESDIR errors when outputDir contains dots (1682ff7), closes #2414
  • hash module ids in anonymous chunks, avoid ENAMETOOLONG error (69cec80), closes #2490
soda
published 3.0.2 •

Changelog

Source

3.0.2 (2018-09-11)

cli

Bug Fixes

cli-plugin-babel

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • also lint nested js files starting with dot (b81d11e)

cli-plugin-unit-jest

Bug Fixes
  • cli-plugin-unit-jest: also process SVG files with jest-transform-stub (#2368) (3def765)
  • ensure unit test examples work in projects created with --bare (b62c6ba), closes #2262

cli-plugin-unit-mocha

Bug Fixes
  • fix file name resovling in mocha env (f683583)

cli-service

Bug Fixes

cli-shared-utils

Bug Fixes

cli-ui

Bug Fixes
  • put actions buttons together, closes #1588 (812159a)
  • ansi up shouldn't escape HTML, closes #2187 (51490c6)
  • pane toolbar switch background in dark mode (ad6f934)
  • restore select element (config/task) (a549d56)
  • TopBar: project dropdown button not flat to be more accessible (59dbc02)
  • cli-ui: ignore "false" ENOENT errors on Windows (#2294) (bf91533)
  • plugin api: IPC now namspaced per project by default, closes #2189 (f261410)
Features
  • configuration details: better loading UX (5efbd1b)

cli-ui-addon-webpack

Bug Fixes
  • webpack dashboard: anazlyer sort on size types + performance improvements (de290d8)
  • webpack dashboard: support any command for mode (855da76)

docs

Bug Fixes
yyx990803
published 3.0.1 •

Changelog

Source

3.0.1 (2018-08-16)

cli

Bug Fixes
  • fix local preset inference on Windows (f83f31a)
  • temporary fix core-js dep for vue ui (6d64750), closes #2215
  • generator: handle directories starting with dot (1892bcc), closes #2222

cli-plugin-eslint

Bug Fixes
  • eslint: lint command should also lint config files starting with dot (8189f20), closes #2228

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes
  • allow relative baseUrl other than ./ (#2168) (d14d4e6)
  • inspect --plugins should log plugin names from webpack-merge (#2201) (69a4fb3)
  • minify embedded CSS with extract: false (a2c767e), closes #2214
  • preserve rule names when configureWebpack is present (2257034), closes #2206
  • work around url-loader 1.1.0 regression (1f0c8e9), closes #2242

docs

Bug Fixes
  • fix css output location for relative baseUrl + more details in docs (1e7fa2c)
  • eslint: always emit error when lintOnSave === error + improve docs (d96a794), closes #2162

other

Bug Fixes
yyx990803
published 3.0.0 •

Changelog

Source

3.0.0 (2018-08-10)

other

Bug Fixes
  • avoid adding githooks if created as sub dir in existing git repo (ba75e29), closes #2131
yyx990803
published 3.0.0-rc.12 •

Changelog

Source

3.0.0-rc.12 (2018-08-09)

cli

Features
  • support generator.js and prompts.js in preset (3b21fad)

cli-service

Bug Fixes
  • avoid os.cpus() error in certain envs (327d041), closes #2110
Code Refactoring
  • use better modern mode and cors implementation (7b39bed)
Features
  • support Subresource Integrity via integrity option (55043d3)

cli-service-global

Bug Fixes
  • install vue-template-compiler for global service (c42cb94)

cli-ui

Bug Fixes

other

Bug Fixes
  • ensure consistent build hash with different project locations (9e4d62c)

BREAKING CHANGES

  • The corsUseCredentials option has been replaced by the new crossorigin option.
yyx990803
published 3.0.0-rc.11 •

Changelog

Source

3.0.0-rc.11 (2018-08-07)

babel-preset-app

Bug Fixes
  • fix Promise.finally missing in Firefox (b20f624), closes #2012

cli

Bug Fixes
Features
  • create: more descriptions and links (9f9ddb1)

cli-plugin-babel

Bug Fixes
  • babel cache should take browserslist into account (356eef6)

cli-plugin-e2e-cypress

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • cli-plugin-eslint: remove base rules from ui (#2029) (1e10161)
  • eslint plugin module loading in workspaces (185ae6d)
Features
  • rework eslint configuration tab to display all rules (#2008) (7953d83)

cli-plugin-typescript

Bug Fixes
  • tslint: also lint tsx blocks (55f4c5f)
  • typescript: explicitly enable allowSyntheticDefaultImports (350f77b)
  • typescript: prevent compilation error when using src attribute on sfc (#2068) (7706dcf)
  • typescript: tsconfig whitespace (#2046) (437f56c)
  • typescript: use esnext in lib (#2045) (5838096)

cli-plugin-unit-jest

Bug Fixes
  • jest: make sure jest tests work without babel (99761b3), closes #2040

cli-plugin-unit-mocha

Features
  • service: Enable inspector debugging for unit test by mocha (#2013) (2243515)

cli-service

Bug Fixes
  • css: fix importLoaders which only applies to plain CSS imports (4220835), closes #2055
  • pwa: workaround index sw manifest path when using relative indexPath (68aaa8f), closes #2007
  • avoid crashing when adding router via UI (128d9d9), closes #2034
  • defensive html chunk sorting (495c25a), closes #1993
  • make vue-template-compiler a peer dep to allow version pinning (fd839b5), closes #2086
Features
  • respect devServer field in webpack config as well (3894a4a), closes #2053
  • support --bare flag when creating new projects (c6ca93e), closes #2030

cli-ui

Bug Fixes
  • deps: more robust isInstalled (9079d3e)
  • filediff: expand all don't expand files collapsed by default (like yarn.lock) (3bda824)
  • change new project folder input placeholder, closes #2069 (4c8c3e9)
Features
  • support ANSI colors in ListItemInfo (8c96c15)
  • file-diff: syntax highlighting, better background colors (196c84c)

docs

Features
  • allow enfoce extract css in development (686ec25), closes #2002

BREAKING CHANGES

  • setting css.extract to true will now force extraction in development
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