fix export problems
This commit is contained in:
@@ -2,6 +2,16 @@ import { resolve } from 'path';
|
||||
import handlebars from 'vite-plugin-handlebars';
|
||||
|
||||
export default {
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, 'index.html'),
|
||||
rules: resolve(__dirname, 'rules.html'),
|
||||
impressions: resolve(__dirname, 'impressions.html'),
|
||||
spiritofcurling: resolve(__dirname, 'spiritofcurling.html'),
|
||||
},
|
||||
}
|
||||
},
|
||||
plugins: [handlebars({
|
||||
partialDirectory: resolve(__dirname, 'partials'),
|
||||
})],
|
||||
|
||||
Reference in New Issue
Block a user