15 lines
214 B
JavaScript
15 lines
214 B
JavaScript
module.exports = {
|
|
validateLogs: true,
|
|
ignoreOutput: true,
|
|
presets: [
|
|
[
|
|
"env",
|
|
{
|
|
debug: true,
|
|
browserslistEnv: "custom",
|
|
configPath: __dirname,
|
|
},
|
|
],
|
|
],
|
|
};
|