Skip to content
Snippets Groups Projects
Commit 4566aace authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

Build sourcemaps

parent dec79076
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,10 @@ const config = { ...@@ -11,7 +11,10 @@ const config = {
if (warning.code === "a11y-click-events-have-key-events") return; if (warning.code === "a11y-click-events-have-key-events") return;
handler(warning); handler(warning);
} }
})] })],
build: {
sourcemap: true
}
}; };
export default config; export default config;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment