UNPKG
robotstxt-webpack-plugin
Version:
latest (8.0.0)
8.0.0
7.0.0
6.0.0
5.0.0
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
1.0.0-alpha.1
A webpack plugin to output a robots.txt file
github.com/itgalaxy/robotstxt-webpack-plugin
robotstxt-webpack-plugin
/
dist
/
cjs.js
5 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
const
plugin =
require
(
"./RobotstxtPlugin"
);
module
.
exports
= plugin.
default
;