chore: ignores module.zip
Just prevents accidentallly adding it to repo.
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
import { sveltePreprocess } from 'svelte-preprocess';
|
||||
|
||||
import autoprefixer from 'autoprefixer';
|
||||
import vttSync from 'foundryvtt-sync';
|
||||
|
||||
import moduleJSON from './module.json' with { type: 'json' };
|
||||
@@ -57,7 +58,7 @@ export default ({ mode }) => {
|
||||
},
|
||||
|
||||
css: {
|
||||
postcss: { plugins: { autoprefixer: {} }, compress: s_COMPRESS, sourceMap: s_SOURCEMAPS },
|
||||
postcss: { plugins: [autoprefixer], inject: false, sourceMap: s_SOURCEMAPS },
|
||||
},
|
||||
|
||||
// About server options:
|
||||
|
||||
Reference in New Issue
Block a user