Legends
Legends
@VibhaniNikhil Please provide more information or create a "create a Minimal, Complete, and Verifiable example". It's unclear what your issue is.
Ok, I have typings installed and I have this config file now: ``` { "name": "Demo", "dependencies": {} } ``` **How to install jQuery now?** ok, I got it, but...
In order to make it work on windows 10: create and execute the following `index.js` file: ``` const run = require("@webpack-contrib/defaults/dist"); run(); ``` or add the command by hand to...
**Errors experienced on windows during command execution:** **1.)** > del-cli dist > > 'del-cli' is not recognized as an internal or external command, > operable program or batch file. >...
No, I don't have src/dist directories, but nevertheless it shouldn't throw an error. I've setup a blank project with no dependencies: 1. `yarn init -y` 2. `yarn add --dev @webpack-contrib/defaults`...
@evilebottnawi What triggers the `post_install.js` in order to run? Apparently id does not get triggered in my case.
Use-case? You would use if you want to write a loader/plugin as it sets up many things upfront.
That's why I asked you, what triggers this `postinstall.js` so i could take a look on my machine.
Yes, this is the mentioned file, but how does it get triggered/run, is there an install hook? Cause I can't see any on my side.
> okay, so unless I'm mistaken, you have to require the image into the partial when using HTML Webpack Plugin itself, so for instance, if you were including this file...