mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
module.exports = {
|
|
all: {
|
|
DISABLE_ESLINT_PLUGIN: true,
|
|
GENERATE_SOURCEMAP: process.env.NODE_ENV === "development",
|
|
BROWSER: "none"
|
|
}
|
|
};
|