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 861 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.
To convenient and clearly, for webpack user to find their wanted plugins in https://webpack.js.org/plugins/.
Whether the plugins list can arrange with types(with similar ability) like in loaders, such as Minify, Output and so on?
Some of plugins have similar ability. like babel-miniy-webpack-plugin,ugliyfyjs-webpack-plugin,terser-webpack-plugin are all about
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
Jun 17, 2020 - JavaScript
-
Updated
Jul 7, 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
Jun 10, 2020 - JavaScript
-
Updated
May 15, 2018 - Vue
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Nov 23, 2018 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jun 6, 2020 - HTML
-
Updated
Oct 29, 2018 - JavaScript
-
Updated
Jul 12, 2020 - TypeScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Dec 9, 2018 - JavaScript
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
May 17, 2020 - JavaScript
-
Updated
Mar 8, 2018 - CSS
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
Environment info
Command/Ctrl + ,): v1.8.0Description of the problem / feature request / question:
I think that snippets be displayed as a collection of index cards may sometimes be more intuitive and productive, for example, to glance snippets with the same tag. Thanks for this wonderful tool.