]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: correct cache path
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 15:37:45 +0000 (17:37 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 15:37:45 +0000 (17:37 +0200)
packages/size-check/rollup.config.js
rollup.config.js

index a005c842a5eecf5b781720e8f2b6a0c770d4bdf4..37f17bb317351b33b53dd4767cb44d3b6ea61c24 100644 (file)
@@ -44,7 +44,7 @@ function createConfig(file) {
       ts({
         check: false,
         tsconfig: path.resolve(__dirname, '../../tsconfig.json'),
-        cacheRoot: path.resolve(__dirname, '../node_modules/.rts2_cache'),
+        cacheRoot: path.resolve(__dirname, '../../node_modules/.rts2_cache'),
         tsconfigOverride: {
           compilerOptions: {
             sourceMap: false,
index 8b9712d5980e01f6619cc81b7301c26561380263..6166e3278a08aa10e206f0d909be88e262a10e43 100644 (file)
@@ -104,7 +104,7 @@ function createConfig(format, output, plugins = []) {
   const tsPlugin = ts({
     check: !hasTSChecked,
     tsconfig: path.resolve(__dirname, './tsconfig.json'),
-    cacheRoot: path.resolve(__dirname, 'node_modules/.rts2_cache'),
+    cacheRoot: path.resolve(__dirname, './node_modules/.rts2_cache'),
     tsconfigOverride: {
       compilerOptions: {
         sourceMap: output.sourcemap,