Explorar el Código

remove unneccesary code

Yuken Tezuka hace 3 años
padre
commit
cde5184eb8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/hackmd/vite.config.js

+ 0 - 1
packages/hackmd/vite.config.js

@@ -5,7 +5,6 @@ import { defineConfig } from 'vite';
 
 export default defineConfig({
   build: {
-    manifest: false,
     rollupOptions: {
       input: {
         styles: resolve(__dirname, 'src/hackmd-styles.js'),