mirror of
https://github.com/fergalmoran/turnstone.git
synced 2025-12-22 09:49:56 +00:00
Change lib name in vite config
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig({
|
||||
build: {
|
||||
lib: {
|
||||
entry: path.resolve(__dirname, 'src/lib/index.jsx'),
|
||||
name: 'Turnstone',
|
||||
name: 'turnstone',
|
||||
fileName: (format) => `turnstone.${format}.js`
|
||||
},
|
||||
rollupOptions: {
|
||||
|
||||
Reference in New Issue
Block a user