-
More of a question than an issue: I use webpack as a bundler, and if I just buid the project my react app doesn't show up in the page, are there any configurations I need to twich for it to work?
For…
-
https://react.fluentui.dev/?path=/docs/icons-advanced-usage--page
// webpack.config.js
const {
default: FluentUIReactIconsFontSubsettingPlugin,
} = require('@fluentui/react-icons-font-subsetti…
-
## Analyse
Current bundles are (located in `brave-browser/src/out/Debug/gen/brave`):
* web-ui-brave_adblock/
* web-ui-brave_extension/
* web-ui-brave_new_tab/
* web-ui-brave_rewards/
* web-u…
-
-
When in my project
`yarn encore dev --watch`
run, I get this error message
```
yarn run v1.22.19
$ /var/www/html/testsymfony/node_modules/.bin/encore dev --watch
Running webpack...
ERROR Fail…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Environment variables set outside of metro server are not available in the initial bundle of th…
-
Split from #3 as we are running out of time; GrahamSH is working on this.
-
`browserify` is the only bundler that works out of box because of its dependency library, [glslify](https://github.com/stackgl/glslify), that uses browserify transforms. Browserify is great and all, b…
-
Thanks for the library! Would be great if we could do the following:
```js
import "hidpi-canvas"
const canvas = document.createElement('canvas') // will render in high resolution
// ...
```
…
ghost updated
6 years ago
-
- [ ] Automatically run prettier on build
- [ ] Automatic linting
- [ ] Prevent committing as long as linting errors exist
- [ ] Document setup process for pre-commit hook on dev workstations