Socket
Socket
Sign inDemoInstall

@vuepress/plugin-nprogress

Package Overview
Dependencies
5
Maintainers
6
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
13141516

1.0.0-alpha.34

Diff

Changelog

Source

1.0.0-alpha.34 (2019-01-29)

Bug Fixes

  • $core: Cannot load assets when base is not '/' (close: #1238)(#1239) (8a234bb) @Steve Young <br>This is a regression issue of leverage webpack-dev-server at #1195.

  • $markdown: Remove colon as separator for Import Code Snippets (close: #1151) (#1236) (099d346) @Shigma

Features

  • $core: Support extra watching files (02cc268) @ulivz <br>e.g.
    // .vuepress/config.js
    module.exports = {
      extraWatchFiles: [
        require.resolve('./sidebar.js')
        // or '.vuepress/sidebar.js'
      ]
    }
    

<a name="1.0.0-alpha.33"></a>

ulivz
published 1.0.0-alpha.33 •

Changelog

Source

1.0.0-alpha.33 (2019-01-27)

Features

BREAKING CHANGES

  • $core: - Plugin option enhanceDevServer was removed.
    • For 0.x users, there is no any effect since we didn't expose API to modify it.
    • For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33, you should use beforeDevServer(i.e. before in webpack-dev-server) to replace enhanceDevServer, you can also use afterDevServer(i.e. after in webpack-dev-server) to execute custom middleware after all other middleware internally within the server.

<a name="1.0.0-alpha.32"></a>

ulivz
published 1.0.0-alpha.32 •

Changelog

Source

1.0.0-alpha.32 (2019-01-15)

Bug Fixes

<a name="1.0.0-alpha.31"></a>

ulivz
published 1.0.0-alpha.31 •

Changelog

Source

1.0.0-alpha.31 (2019-01-10)

Bug Fixes

Features

<a name="1.0.0-alpha.30"></a>

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc