Daniel Son
Daniel Son
For now, we solved this with `react-app-rewired` override ```javascript const Webpack = require("webpack"); module.exports = function override(config) { // Required polyfill packages config.resolve.fallback = { ...config.resolve.fallback, console: require.resolve("console-browserify"), crypto: require.resolve("crypto-browserify"),...
any updates? please???
any updates?
I'm just experimenting with `fieldAuthorizePlugin`, and just found this issue. What kind of issue do you get with this plugin? I didn't get any complaint saying the `authorize` field is...
maybe this [pr](https://github.com/pinojs/pino-http/pull/191#pullrequestreview-826385914) will allow implementing logic related to `response.statusCode` inside of `customeLogLevel`. @epubreader
I solved importing like below: ```typescript import { Agenda } from "agenda/dist"; ```
> Hi @filoscoder, if only certain modules are needed, you can use the utils/jsMinifier/ to build a custom min js file including only those modules to reduce the file size....
> The jsMinifier util is in the source code repo: https://github.com/partridgejiang/Kekule.js/tree/master/utils/jsMinifier , :). niceee, thanks a lot 🤙🏼
@jerryk1925 did you solve this issue? I'm facing the same issue, I'm working on a Mac, this issue happens on Pages as in Google Docs. I don't have access to...
> @filoscoder this is great, definitely we should add examples with async/await soon That's good to know, hope this example helps future users :)