mirror of https://github.com/TriliumNext/Notes
webpack: Switch to TypeScript-based config
parent
534fe87fb1
commit
947aaa6156
@ -1,5 +1,5 @@
|
||||
const path = require('path');
|
||||
const assetPath = require('./src/services/asset_path');
|
||||
import path = require('path');
|
||||
import assetPath = require('./src/services/asset_path');
|
||||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
Loading…
Reference in New Issue