Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

lozinsky/cname-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cname-webpack-plugin · CI CD npm version

Create a CNAME file with webpack.

Installation

npm i cname-webpack-plugin -D

Usage

Add to webpack.config.js:

const CnameWebpackPlugin = require('cname-webpack-plugin');

module.exports = {
  plugins: [
    new CnameWebpackPlugin({
      domain: 'example.com',
    }),
  ],
};

About

Create a CNAME file with webpack

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors