Shreyas
Shreyas
- Centre aligned badges - Added contributors badge - Removed empty badges (sponsor, backer & slack)
I'm using Loopback lb-ng for generating Angular 1.x services using webpack. So everytime I build the client, I need to execute lb-ng. `onBuildStart: ['lb-ng ../server/server.js lb-services.js']` After the lb-ng command...
When I try to use it with following configuration, it throws `TypeError: Cannot read property 'toString' of null` ``` prettier.format("print('Hello, world!')", { parser: 'python', plugins: ['@prettier/plugin-python'], }); ```
Observe that even in live demo resources are not getting prefetched. As an example, notice that `https://vue-hn.now.sh/dist/0.685d9541a8b030833ec2.js` is only fetched after we visit comments of any link.