mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
3 lines
180 B
JavaScript
3 lines
180 B
JavaScript
// setting webpack publickPath on the fly to fix MonacoWebpackPlugin errors
|
|
export default __webpack_public_path__ = window.BASE_PATH === '/%BASE_PATH%/' ? '/' : window.BASE_PATH;
|