forked from edward/owl-map
		
	Fix frontend code location
This commit is contained in:
		
							parent
							
								
									69aa945a26
								
							
						
					
					
						commit
						7e6ea04f53
					
				| 
						 | 
					@ -9,7 +9,7 @@ export default defineConfig({
 | 
				
			||||||
  build: {
 | 
					  build: {
 | 
				
			||||||
    target: 'esnext',
 | 
					    target: 'esnext',
 | 
				
			||||||
    lib: {
 | 
					    lib: {
 | 
				
			||||||
      entry: path.resolve(__dirname, 'src/main.js'),
 | 
					      entry: path.resolve(__dirname, 'frontend/main.js'),
 | 
				
			||||||
      name: 'OWL',
 | 
					      name: 'OWL',
 | 
				
			||||||
      fileName: (format) => `owl.${format}.js`
 | 
					      fileName: (format) => `owl.${format}.js`
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue