Skip to content
Snippets Groups Projects
Verified Commit 5bc72a64 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix JS import/export syntax and align quotes

parent d76138c8
No related branches found
No related tags found
No related merge requests found
Pipeline #7269 passed
import WidgetApi from 'matrix-widget-api';
WidgetBackend = {};
class WidgetBackend {
}
export default WidgetBackend;
......@@ -13,7 +13,7 @@ module.exports = {
}),
],
output: {
filename: "augmentile-[name].bundle.js",
filename: 'augmentile-[name].bundle.js',
path: path.resolve(__dirname, 'dist')
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment