mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
fix: Regex for windows path
This commit is contained in:
parent
edda250d6e
commit
655bb8f295
@ -22,8 +22,8 @@ module.exports = {
|
|||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
// https://github.com/knex/knex/issues/1446#issuecomment-537715431
|
// https://github.com/knex/knex/issues/1446#issuecomment-537715431
|
||||||
new webpack.ContextReplacementPlugin(
|
new webpack.ContextReplacementPlugin(
|
||||||
/knex\/lib\/dialects/,
|
/knex[/\\]lib[/\\]dialects/,
|
||||||
/sqlite3\/index.js/
|
/sqlite3[/\\]index.js/
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user