DefinitelyTyped/types/hard-source-webpack-plugin/hard-source-webpack-plugin-tests.ts
woitechen 155be3a701 New package: 'hard-source-webpack-plugin' (#26972)
* Add definitions to 'hard-source-webpack-plugin' package

* Run 'npm test'
2018-07-02 10:07:00 -07:00

9 lines
170 B
TypeScript

import * as HardSourceWebpackPlugin from 'hard-source-webpack-plugin';
new HardSourceWebpackPlugin({
info: {
level: 'debug',
mode: 'test',
}
});