blob: 9b09e9953dc39380b660353b68f845df95e6803c (
plain)
1
2
3
4
5
6
|
import "moment";
import "moment/other_file.ts";
import "lodash";
import "lodash/other_file.ts";
import "https://www.unpkg.com/vue/dist/vue.runtime.esm.js";
import "./scope/scoped.ts";
|