mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	fix: added wasm in vite config
This commit is contained in:
		
							parent
							
								
									d991eccd3f
								
							
						
					
					
						commit
						a69315a24b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ import meta from '../../package.json';
 | 
				
			||||||
import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
 | 
					import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
 | 
				
			||||||
import pluginJson5 from './vite.json5.js';
 | 
					import pluginJson5 from './vite.json5.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
 | 
					const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue', '.wasm'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const hash = (str: string, seed = 0): number => {
 | 
					const hash = (str: string, seed = 0): number => {
 | 
				
			||||||
	let h1 = 0xdeadbeef ^ seed,
 | 
						let h1 = 0xdeadbeef ^ seed,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue