Update links

This commit is contained in:
Vadim
2021-08-14 21:14:40 +03:00
parent 05ad54f9a4
commit 86907982f9
8 changed files with 75 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import livereload from 'rollup-plugin-livereload'
import { terser } from 'rollup-plugin-terser'
import babel from 'rollup-plugin-babel'
import css from 'rollup-plugin-import-css'
import image from '@rollup/plugin-image';
import { mdsvex } from 'mdsvex'
const production = !process.env.ROLLUP_WATCH
@@ -70,6 +71,8 @@ export default {
// a separate file - better for performance
css({ output: 'index.css', minify: true }),
image(),
// If you have external dependencies installed from
// npm, you'll most likely need these plugins. In
// some cases you'll need additional configuration -