We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4ffdb commit 5022a78Copy full SHA for 5022a78
templates/javascript/clients/rollup.config.mustache
@@ -2,6 +2,7 @@ export default [
2
{
3
input: 'dist/{{#isAlgoliasearchClient}}lite/{{/isAlgoliasearchClient}}builds/browser.min.js',
4
external: ['dom'],
5
+ cache: false,
6
output: {
7
esModule: false,
8
file: 'dist/{{#isAlgoliasearchClient}}lite/{{/isAlgoliasearchClient}}builds/browser.umd.js',
0 commit comments