Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
persist CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakarjala committed Jul 18, 2018
1 parent ffe51ac commit ce72301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require('path');

const CopyWebpackPlugin = require('copy-webpack-plugin');
const ExternalDepsPlugin = new CopyWebpackPlugin([
{ from: 'CNAME', to: 'CNAME'},
{ from: 'src/assets/icon.png', to: 'assets/icon.png' },
{ from: 'node_modules/foundation-sites/dist/css/foundation.min.css', to: 'assets/foundation.min.css' },
{ from: 'node_modules/foundation-sites/dist/css/foundation.min.css.map', to: 'assets/foundation.min.css.map' }
Expand Down

0 comments on commit ce72301

Please sign in to comment.