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 15,976 public repositories matching this topic...
Bug report(问题描述)
在同事建了一个vue的js分离文件取名为applet.js后,就一直报这个错误,但是把文件名改了之后这个报错仍然没有消失。
Unknown custom element: <applet.js> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Screenshot or Gif(截图或动态图)
Other re
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
First, I am not sure how to exactly add Material UI support.
I added by doing this in client.js
<App context={context} insertCss={insertCss}>
<MuiThemeProvider>
<CssBaseline />
{route.component}
</MuiThemeProvider>
</App>
Please tell whats the right way to integrate material UI.
Material UI applies styles well when server starts. But at
Issue type
I'm submitting a ... (check one with "x")
- bug report
- feature request
- question about the decisions made in the repository
Issue description
-
Introducing Kepler.gl, an Open Source Geospatial Toolbox
https://news.ycombinator.com/item?id=17181879 -
From Beautiful Maps to Actionable Insights: Introducing kepler.gl, Uber’s Open Source Geospatial Toolbox
https://eng.uber.com/keplergl/ -
Open Source at Uber: Meet Shan He, the Architect Behind kepler.gl
https://eng.uber.com/shan-he/ -
**Perform
.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)
Overview of the feature request
When having entities with many fields, having them in the entity-update.component.ts file could be tedious. Also, when coding side-by-side it will force me to duplicate my code for creating the form, updating the form and for creating the entity from form (those can be big methods).
**Motivation for or Use
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
--rawseems to solve the issue. - (potentially) #218 (concurrently)
📚 Study guide and introduction to the modern front end stack.
-
Updated
Jan 18, 2020 - JavaScript
I set
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('./src/renderer/icons')],
exclude: [resolve('./src/renderer/icons')],
options: {
symbolId: 'icon-[name]'
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('./src/renderer/ic
Follow up from #4453
Currently, documentation for <b-table> really only discusses and provides examples for the row-selected event:
https://bootstrap-vue.js.org/docs/components/table/#row-select-support
The only places the row-clicked event is mentioned are:
https://bootstrap-vue.js.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.js.org/docs/components/table
- 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
I have a angular 4 project which i'm working from last 2 years and as I didn't had any new package to add, I didn't ran npm install for almost an year. Few days back I needed a package to install and hence did npm install defining it in package.json file, after which my AOT build started giving some problem. Then I changed my typescript package from ~2.2.2 to ~2.8.0 after that it worked but it's t
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!
High performance JavaScript templating engine
-
Updated
Jan 18, 2020 - JavaScript
| Executable | Version |
|---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
| OS | Version |
|---|---|
| Windows 7 | 6.1.7601 |
运行时出现的问题为:

Feature request
Support
optionalDependenciesas NPM and Yarn do:http://npm.github.io/using-pkgs-docs/package-json/types/optionaldependencies.html
https://yarnpkg.com/lang/en/docs/dependency-types/
It's useful for example when you need to use an package in Windows and other in Mac/Linux and packages support
ost