dependabot[bot] on npm_and_yarn
Bump ini from 1.3.5 to 1.3.7 in… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
main
, and another that is forked from the main
file).
When building the project normally, this is what the folder structure looks like
src/
main.js
child.js
build/
main.js
child.js
so in ./build/main.js
, we try to run fork('./child.js')
, but when using mochapack, as far as I know, there arent physical files written anywhere, and the entrypoints are ignored, so there is no ./child.js
file built
build/child.js
file and it should be perfectly seen by mochapack
, since it is on the file system
mochapack
output built files to the memory
mocha-webpack
pre 1.0
has generated files to filesystem, but that has been changed in version 1.0
and later
mochapack
already, and it worked better for me when it written everthing to disk
.tmp