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 16,329 public repositories matching this topic...

storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
langpavel
langpavel commented Oct 24, 2017

Too wide (and falsy) segregation of GraphQL Types and Resolvers

The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.

This can ensure some users that custom types cannot have own field resolvers which is false.

In fact, much of fields which can have own resolvers

ayush000
ayush000 commented Mar 8, 2017

feature suggestion

Hey,

I suggest to use a standard documentation format like JSDoc to document all functions and APIs. Otherwise, you can use long strings as name for test cases, instead of just writing the name of the function being tested. This will improve readability of code and ensure better practices by people using it. Thanks.

electron-react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

Problem

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.

Proposed Solution

The project should switch to using the official [Redux

50l3r
50l3r commented Sep 3, 2019

I cant view data, properties or something in vue devtools. Only blank page

Open devtools, select vue tab and navigate into components:

  • Node version: 10.16.0
  • NPM version: 6.9.0
  • vue-cli version: (if necessary)
  • Operating System: Windows 10 X64
bootstrap-vue
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!

elliottjro
elliottjro commented Nov 13, 2019

Given folder structure:

src
|-- config
|-- |-- __tests__
|-- |-- |-- config.test.js
|-- |--  staging.js
|-- |--  production.js

when you run razzle start it should not include config.test.js in the final build but it does.

Tried to add something like this to razzle.config.js but no dice:

modify: (config, ...) => {
  config.modules.rules.push({
    test: /test\.
xerosanyam
xerosanyam commented Jan 14, 2020

Expected behaviour

<meta property="og:type" content="article" />

Tell us what you would expect the html-webpack-plugin should.

Current behaviour

<meta name="og:type" content="article" />

Tell us what the html-webpack-plugin does instead.

Environment

Tell us which operating system you are using, as well as which versions of Node.js, npm, webpack, and html-webpack-plu

trusktr
trusktr commented Feb 10, 2019

I see the "Welcome" doc page mentions "component system", but it is very vague. Can you describe what are all the reasons that I'd want to use Whitestorm over plain Three.js, f.e. what are all the things I get that Three.js does no offer, so that I can better understand?

Thanks!

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.