Skip to content
#

webpack3

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 861 public repositories matching this topic...

ossphil
ossphil commented May 18, 2019

Environment info

  • OS: Ubuntu 18.04.2 LTS
  • App Version (Command/Ctrl + ,): v1.8.0

Description of the problem / feature request / question:

I think that snippets be displayed as a collection of index cards may sometimes be more intuitive and productive, for example, to glance snippets with the same tag. Thanks for this wonderful tool.

jormal
jormal commented Apr 23, 2019

This is a Bug Report

Description

For bug reports:

  • What went wrong?
    When I was using only one package, web3 could be bundled successfully.
    But, I needed to restruct my project to using yarn workspace. So, I only restructed (not code edited) my project and I came across some bundling errors.
(skip warning)

ERROR in D:/Users/jormal/WebstormProjects/TX_COLLECTOR/tx-collector/n
davidm-public
davidm-public commented Jan 24, 2018

These work, for Vue + Typescript + Webpack:

  1. ./.storybook/config.js:
import { configure } from '@storybook/vue'

// automatically import all files ending in *.stories.js
const req = require.context('../src/stories', true, /.stories.ts$/);
function loadStories() {
  req.keys().forEach((filename) => req(filename));
}

configure(loadStories, module)
  1. ./.storybook/webpac

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
You can’t perform that action at this time.