Webpack

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 17,005 public repositories matching this topic...
Bug report
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
Issue type
I'm submitting a ... (check one with "x")
- [ X] bug report
- feature request
- question about the decisions made in the repository
Issue description
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
Since a lot of the categories have many articles listed, it would be helpful to highlight the top 2-4 "must read" articles in each category, if appropriate.
I should figure out how to format this, and which ones I want to highlight.
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx
instead of .js
? It's not a best practice: facebook/create-react-app#87 (comment)
-
Updated
May 22, 2020 - TypeScript
-
Updated
May 18, 2020 - JavaScript
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
Document what we found in closed issues:
- #214 (shelljs)
- #217 (nodemon) -- Note: Adding
--raw
seems to solve the issue. - (potentially) #218 (concurrently)
-
Updated
Dec 27, 2019 - JavaScript
Follow up from #4453
Currently, documentation for <b-table>
really only discusses and provides examples for the row-selected
event:
https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the row-clicked
event is mentioned are:
https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
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!
-
Updated
Jan 25, 2019 - Vue
I've been playing around with Razzle and how the Server HMR works.
I generated a Razzle Project and run it
npx create-razzle-app my-app
cd my-app && yarn start
If I now edit the src/Home.js
I see hot reloading working in the browser and I see the server.js
being re-required by the index.js
. But if I open my dev tools "view page source" my changes are not actually in the HTML
-
Updated
Oct 20, 2019 - JavaScript
In learning how to use webpack on a multi-entry configuration (non-SPA app), I found html-webpack-plugin to be promising for generating the script tags for all my entries. Then the main docs said all my entries would be included in the script tags for every generated html file, rendering it useless for my purposes. That is, until I found this issue report and a proposed approach:
Executable | Version |
---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
OS | Version |
---|---|
Windows 7 | 6.1.7601 |
运行时出现的问题为:
![
-
Updated
May 19, 2020 - JavaScript
- Operating System: macOS 10.15.4
- Node Version: 12.14.
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
Section "Creating the component" mentions a Generate Component
button that is nowhere to be found as far as I can see. Here's a screenshot of my workspace at that point of the tutorial.
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
在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap