Update webpack.config.ts
This commit is contained in:
		
							parent
							
								
									2f6187a26a
								
							
						
					
					
						commit
						70eb75b7e6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -140,7 +140,6 @@ module.exports = { | |||
| 			_DATA_TRANSFER_DECK_COLUMN_: JSON.stringify('mk_deck_column'), | ||||
| 			__VUE_OPTIONS_API__: true, | ||||
| 			__VUE_PROD_DEVTOOLS__: false, | ||||
| 			__VUE_I18N_LEGACY_API__: false, | ||||
| 		}), | ||||
| 		new VueLoaderPlugin(), | ||||
| 		new WebpackOnBuildPlugin((stats: any) => { | ||||
|  | @ -150,7 +149,8 @@ module.exports = { | |||
| 	output: { | ||||
| 		path: __dirname + '/built/client/assets', | ||||
| 		filename: `[name].${meta.version}.js`, | ||||
| 		publicPath: `/assets/` | ||||
| 		publicPath: `/assets/`, | ||||
| 		pathinfo: false, | ||||
| 	}, | ||||
| 	resolve: { | ||||
| 		extensions: [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue