UNPKG

172 BJavaScriptView Raw
1// eslint-disable-next-line @typescript-eslint/no-var-requires
2const FileNamePlugin = require('./build/file_name_plugin/plugin').default;
3
4module.exports = FileNamePlugin;