add documentation website to repo

This commit is contained in:
Rene Haas
2022-10-14 11:50:29 +02:00
parent 76f0ebdb08
commit ca54bad7f0
152 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
context: 'this',
input: 'index.js',
output: {
file: 'index.bundle.js',
format: 'cjs',
exports: 'named',
sourcemap: true,
strict : false
}
};