question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

test: add test for cache-location flag from webpack@5

See original GitHub issue

Describe the bug

supply location to cache path

What is the current behavior? no tests present

Expected behavior

  • tests present

Screenshots

Please paste the results of webpack-cli info here, and mention other relevant information

Additional context /cc @evilebottnawi https://github.com/webpack/webpack-cli/pull/1832#discussion_r495111318

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
snitin315commented, Oct 3, 2020

Looking into it.

1reaction
alexander-akaitcommented, Sep 28, 2020

@anshumanv we should check what cache is was used, run two compilation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cache - webpack
Cache the generated webpack modules and chunks to improve build speed. cache is set to type: 'memory' in development mode and disabled in...
Read more >
Efficient TDD with Karma and Webpack - Bamboo Engineering
The --watch flag tells the Webpack process to stay alive and watch for any changes in the tree of imported files starting from...
Read more >
Caching in GitLab CI/CD
A cache is one or more files a job downloads and saves. Subsequent jobs that use the same cache don't have to download...
Read more >
Options - Stylelint
CLI flag: --allow-empty-input, --aei ... CLI flag: --config-basedir ... If the directory of cacheLocation does not exist, make sure you add a trailing...
Read more >
How to integrate karma in webpack - Stack Overflow
{ ... files: [ // only specify one entry point // and require all tests in there 'test/index_test.js' ], preprocessors: { // add...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found