webpack3
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 862 public repositories matching this topic...
Section: Optimizing - Minifying - Minifying Css
By default, the cssnano would remove the vendor prefix of the stylesheet. So I think it better to disable the autoprefixer, or at least inform the reader somewhere in this section.
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#10809
svg-sprite-loader is good loader for svg.
But the example custom-runtime-generator only include React.
I create a repo for use svg-sprite-loader in vue through runtime-generator.
Please see this repo: https://github.com/Akimyou/svg-sprite-vue-generator
But i want to add some example in svg-sprite-loader main repo or in docs, can U give me some suggestion about it?
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
-
Updated
May 17, 2020 - JavaScript
-
Updated
Apr 16, 2020 - Vue
These work, for Vue + Typescript + Webpack:
- ./.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)- ./.storybook/webpac
-
Updated
May 24, 2018 - JavaScript
-
Updated
May 15, 2018 - Vue
-
Updated
May 13, 2020 - JavaScript
-
Updated
Nov 23, 2018 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 20, 2020 - HTML
-
Updated
Oct 29, 2018 - JavaScript
-
Updated
May 10, 2020 - TypeScript
-
Updated
Dec 10, 2019 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Dec 9, 2018 - JavaScript
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
Mar 8, 2018 - CSS
-
Updated
May 17, 2020 - JavaScript
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
I have a feature request for dark mode. In dark mode inline code blends too much into the regular text. I'm used to seeing a bit more styling on inline codes in light mode, however in dark mode only the font changes and there's a barely noticeable border around it and it's not enough to make the code pop out.