Skip to content
#

Webpack

webpack logo

Webpack is a bundler that takes modules with dependencies and creates static assets. It is designed to simplify and enhance the development and user experience.

Here are 20,749 public repositories matching this topic...

storybook
TonyHoanTrinh
TonyHoanTrinh commented Jul 7, 2021

Describe the bug
It appears the "Copy Canvas Link" on the top right side of the Canvas tab adds to the clipboard only part of the url, it only gives you the iframe part of the url but misses the main base url.

For example if I had my story on this url:
http://localhost:6006/?path=/story/example-button--large

And then I clicked on the "Copy Canvas Link" on the top right (The clipboard on th

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Updated Jul 15, 2021
  • JavaScript
valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens

Released March 10, 2012

Organization
webpack
Website
webpack.js.org
Wikipedia
Wikipedia