diff --git a/package.json b/package.json index b7bf560f0..16b6cc4db 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "README.md", "SECURITY.md", "LICENSE", - "docs", "build/public" ], "scripts": { diff --git a/rollup.config.js b/rollup.config.js index b1eb22bf3..83f82e7d6 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -10,7 +10,9 @@ export default { format: 'es', }, plugins: [ - typescript({ exclude: ['**/*.test.ts', 'start-test.js', 'cookbook'] }), + typescript({ + exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs'], + }), terser(), json(), copy({ diff --git a/src/public/index.html b/src/public/index.html index 85fa42afc..62bbe6821 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -5,13 +5,853 @@