webpack-configuration
Here are 162 public repositories matching this topic...
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
webpack的alias配置咨询
想新增一个alias,像vue脚手架默认填写的:
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
},
即将@指向到某一个目录,比如app/web/目录,我在webpack.config.js文件添加了
module.exports = {
egg: true,
devtool: 'eval',
target: 'web',
entry: {
admin: 'app/web/page/admin/index.js'
},
cssExtract: true,
dll: ['vue', 'vue-router', 'vuex',
easy build prod报错
-
Updated
Apr 22, 2019 - C#
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
May 1, 2020 - JavaScript
This might be helpful. Two persons already asked for supporting React and Preact.
We know that we have to add a dependency, a babel plugin (or preset) for JSX, configure ESLint etc … but it isn’t a no brainer at all.
Attached you find a patch for setting a minimal preact example.
I would like to propose using GitHubs
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Sep 19, 2019 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
May 19, 2020 - HTML
-
Updated
May 7, 2020 - CSS
-
Updated
Jun 27, 2018 - JavaScript
-
Updated
Dec 4, 2018
-
Updated
May 15, 2020 - JavaScript
The website isn't currently mobile friendly.
Can you show me how I can contribute a PR to do a quick fix or otherwise add to your backlog please?
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Mar 20, 2018 - JavaScript
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Sep 5, 2017 - JavaScript
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Feb 20, 2017 - JavaScript
-
Updated
Jan 16, 2020 - HTML
-
Updated
May 19, 2020 - TypeScript
-
Updated
May 10, 2018 - JavaScript
Improve this page
Add a description, image, and links to the webpack-configuration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webpack-configuration topic, visit your repo's landing page and select "manage topics."
Split out of #225...
I was wondering about drastically simplifying the
.merge()
section of the docs, so that instead of being a copy-paste of every webpack config option, it only listed the areas where the data structure differed from the real webpack config schema (plus perhaps a few examples from the options that were identical).ie:
// Differences from webpack config