mirror of https://github.com/webpack/webpack.git
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
|
|
import { SomeClass } from "./someModule";
|
||
|
|
|
||
|
|
new SomeClass();
|