Add CS template tunable to enable persistent OCPP configuration
[e-mobility-charging-stations-simulator.git] / rollup.config.js
index b1114284ea7bbe9d5d596fd46d04ce11f3a8a2e4..e086e90909abc0385768a0ba84ed847edf964e0b 100644 (file)
@@ -49,7 +49,7 @@ export default {
     }),
     isDevelopmentBuild && istanbul(),
     del({
-      targets: 'dist/*',
+      targets: ['dist/*', '!dist/assets', 'dist/assets/*.json', 'dist/assets/station-templates'],
     }),
     copy({
       targets: [{ src: 'src/assets', dest: 'dist/' }],