0.0.1-alpha.5 • Published 1 year ago

code-postions-webpack-plugin v0.0.1-alpha.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

code-postions-webpack-plugin

在页面上点击元素,跳转到在代码中对应的位置

按住 shift 键后点击页面上的元素跳转到对应的代码位置

Usage

optionsdescdefault
port启动服务的端口号8999

Install

npm i code-postions-webpack-plugin -D
// webpack.config.js
module.exports = {
  /* ... */
  plugins: [
    require('code-postions-webpack-plugin')({
      /* options */
    }),
  ],
};
0.0.1-alpha.5

1 year ago

0.0.1-alpha.4

1 year ago

0.0.1-alpha.3

1 year ago

0.0.1-alpha.2

1 year ago