mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
mobile: fix error in build
This commit is contained in:
committed by
Abdullah Atta
parent
0fec38610c
commit
41babda9b7
@@ -228,16 +228,6 @@ module.exports = (env) => {
|
||||
* from `Repack.plugins`.
|
||||
*/
|
||||
new Repack.RepackPlugin({
|
||||
logger: {
|
||||
console: false,
|
||||
listener: (e => {
|
||||
if (e.message[0].includes("Bundle built with warnings")) {
|
||||
console.warn(`ℹ ` + e.message[0] + " time: " + e.message[1].time);
|
||||
return;
|
||||
}
|
||||
})
|
||||
|
||||
},
|
||||
extraChunks: [
|
||||
{
|
||||
type: "local",
|
||||
|
||||
Reference in New Issue
Block a user