mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Provide source maps since the game is public now anyways
This commit is contained in:
		
							parent
							
								
									50ceb89cbb
								
							
						
					
					
						commit
						669ee3e9b6
					
				@ -42,7 +42,6 @@ module.exports = ({
 | 
			
		||||
 | 
			
		||||
    return {
 | 
			
		||||
        mode: "production",
 | 
			
		||||
        devtool: false,
 | 
			
		||||
        entry: {
 | 
			
		||||
            "bundle.js": [path.resolve(__dirname, "..", "src", "js", "main.js")],
 | 
			
		||||
        },
 | 
			
		||||
@ -60,6 +59,7 @@ module.exports = ({
 | 
			
		||||
            // Display bailout reasons
 | 
			
		||||
            optimizationBailout: true,
 | 
			
		||||
        },
 | 
			
		||||
        devtool: "source-map",
 | 
			
		||||
        resolve: {
 | 
			
		||||
            alias: {
 | 
			
		||||
                "global-compression": path.resolve(__dirname, "..", "src", "js", "core", "lzstring.js"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user