mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
House Keeping: Added missing png. Removed more unused
This commit is contained in:
4
web/markdown.d.ts
vendored
4
web/markdown.d.ts
vendored
@@ -1,4 +0,0 @@
|
||||
/* declare module '*.md' {
|
||||
const component: import('svelte').ComponentType;
|
||||
export default component;
|
||||
} */
|
||||
@@ -1,22 +1,22 @@
|
||||
import svelte from 'rollup-plugin-svelte';
|
||||
import resolve from '@rollup/plugin-node-resolve';
|
||||
|
||||
export default {
|
||||
input: 'src/+page.js',
|
||||
output: {
|
||||
file: 'public/bundle.js',
|
||||
format: 'iife',
|
||||
name: 'app'
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
// svelte options
|
||||
extensions: [".svelte", ".svx", ".md"],
|
||||
preprocess: mdsvex()
|
||||
}),
|
||||
resolve({
|
||||
browser: true,
|
||||
dedupe: ['svelte']
|
||||
})
|
||||
]
|
||||
};
|
||||
//import svelte from 'rollup-plugin-svelte';
|
||||
//import resolve from '@rollup/plugin-node-resolve';
|
||||
//
|
||||
//export default {
|
||||
// input: 'src/+page.js',
|
||||
// output: {
|
||||
// file: 'public/bundle.js',
|
||||
// format: 'iife',
|
||||
// name: 'app'
|
||||
// },
|
||||
// plugins: [
|
||||
// svelte({
|
||||
// // svelte options
|
||||
// extensions: [".svelte", ".svx", ".md"],
|
||||
// preprocess: mdsvex()
|
||||
// }),
|
||||
// resolve({
|
||||
// browser: true,
|
||||
// dedupe: ['svelte']
|
||||
// })
|
||||
// ]
|
||||
//};
|
||||
|
||||
BIN
web/static/fabric-summarize.png
Normal file
BIN
web/static/fabric-summarize.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 491 KiB |
Reference in New Issue
Block a user