Skip to content
On this page

alias

javascript
resolve: {
  alias: {
				'@': fileURLToPath(new URL('./src', import.meta.url))
			}
},
1
2
3
4
5

Released under the MIT License.