@atlassian/wrm-troubleshooting
Version:
A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.
10 lines • 437 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const WebpackRetrieveConfigPlugin_1 = __importDefault(require("./WebpackRetrieveConfigPlugin"));
module.exports = {
plugins: [new WebpackRetrieveConfigPlugin_1.default()],
};
//# sourceMappingURL=webpack.config.js.map