Mauro Accornero

Results 6 comments of Mauro Accornero

My solution was to add -s (_Rewrite all not-found requests to `index.html`_) from my package scripts, without adding a serve.json file. This example serves the dist folder on http://localhost:9000 `serve...

Hi @kettanaito, here is a little repository with a test to replicate the issue https://github.com/mauroaccornero/mswjs-test. Looks like db.book.create() only accepts references for a related entity, it's possible to get the...

@bitttttten can you share the next.config file and the file that it's using the imports you mentioned?

@bitttttten thanks for the files. if you run the build command on your machine do you get any error? ``` npm run build ``` It's weird to me the require.resolve...

Maybe you can try to replace CacheHandlerMemory with undefined. Just to skip any additional code running during the build and focus on the main cacheHandler. Maybe try to run the...