bundler
Here are 358 public repositories matching this topic...
What happened:
I tried to use the --make option to pass --jobs=5 to the NodeJS build process.
What you expected to happen:
I expected the NodeJS build to be faster.
What happened:
I was unable to pass the jobs options to the NodeJS make command, here is what happened:
➤ nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi
Example Error for SEO:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Cache.get (/Users/seph/Code/ChooseHealth/instride-storefront/node_modules/fuse-box/cache/cache.js:90:39)
at Cache.restoreModule (/Users/seph/Code/ChooseHealth/instride-storefront/node_modules/fuse-box/cache/cache.js:254:29)
at ict.on.props (/Users/seph/Code/ChooseHealth/instrid
I cannot find any docs for the resolveRequest function listed at https://facebook.github.io/metro/docs/configuration#resolverequest
I implemented the function and inspected it with console.log(arguments), but when I return a string, it throws a type error.
resolveRequest(context, module, platform){
let res = require.resolve(path.resolve(context.originModulePath, module));
Fastpack was started a while ago before Pastel was introduced. Because of this we came up with a limited implementation of the colored output. See FastpackUtil/Terminal.re, specifically print_with_color function.
It would be great to get rid of this function in favour
Transpilation
A pull request by @vankop was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#10557
Version
Reproduction link
Steps to reproduce
My version is 4. It is not listed in options. I am on windows and i setup as poor ass docs says. Nothing show on console.
What is expected ?
It doesn't show "fancy" bars.
What is actually happening?
I just wanted to let you know: your documentation for v3 is broken.
-
Updated
Apr 16, 2020 - JavaScript
I have the following problem. I'm using two npm packages that use css defined on their package.json files. The first one, tachyons, defines in the main and style section a path to the css. The second one, leaflet, define a js file in his main section and a css file in his style section. When I use them with sheetif
-
Updated
Oct 3, 2018 - JavaScript
http://mol.js.org/app/demo/-/#demo=mol_portion_demo
Так как portion может использоваться для рисования прогресс бара, было бы не плохо показать такой вариант его применения в виде прогрессбара заполняющегося до 0 до конца, а потом откатывающегося обратно. Пример прикручивания анимации можно глянуть в $mol_plot_demo.
Why?
See here jakedeichert/svelvet#83
Below is a quick guide to help you migrate to rollup.
npm uninstall svelvet
npm install rollup
npm install @rollup/plugin-node-resolve
npm install rollup-plugin-svelte
npm install rollup-plugin-terserrollup.config.js
import fs from "fs";
import path from "path";
import resolve frI have a local working https://wordpress.local with a valid autogenerated local ssl certificate (green lock in all browsers), but if i try to configure wpackio.server.js this way:
host: 'localhost',
proxy: 'https://wordpress.local',
port: 3000,
i got empty response.
I'm on linux using latest master version (with latest version of all packages).
I'm not a `browser-sync/
Update documentation
Let's gather doc's issues:
- Migration guide: enb/enb#443
- в публичной доке есть упоминания lego, их нужно убрать или вынести на yandex-team.ru дополнение основной документации. скорее всего убрать, т.к. похоже замечания про лего на enb/enb/readme.md уже устарели
- описание
file-providerнепонятное - нехватает yandex-team документации на magic-platform/factor
-
Updated
May 13, 2020 - Jupyter Notebook
-
Updated
May 28, 2020 - TypeScript
-
Updated
Jul 12, 2019 - 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?
TypeScript examples
Add some ZUIX-TypeScript code example.
-
Updated
Jan 11, 2019 - Ruby
-
Updated
Aug 26, 2016 - JavaScript
-
Updated
Mar 1, 2020 - Ruby
Let’s add FuseBox
Hey Sean, nice benchmark, I also feel that’s its not fair to show some numbers out of thin air, claiming to be “blazing fast” which is fuse motto btw xD
You think I can dig in and add fuse benchmark there?
UPD:
I think it's fair to let parcel and fuse-box to use cache, as well as not uglifying the output. Besides, production builds are made differently as opposed to development flow. That'
Improve this page
Add a description, image, and links to the bundler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bundler topic, visit your repo's landing page and select "manage topics."

Hi, I've been trying to figure out from the docs (and google) to implement externalization of modules in Browserify with no luck. I've implemented transform-runtime plugins, and used .external(filename) in Gulp and tried to use require() in another module ... but I general cannot figure out from the docs what part or parts I'm missing in making this work.
Could someone please, add a brief secti