Skip to content

Commit

Permalink
feat: adding copy plugin to prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianangulo committed Mar 21, 2022
1 parent 84870eb commit a5812f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import resolve from 'rollup-plugin-node-resolve';
import replace from '@rollup/plugin-replace';
import { uglify } from 'rollup-plugin-uglify';
import typescript from 'rollup-plugin-typescript2';
import copy from 'rollup-plugin-copy';

export default {
// Our games entry point (edit as required)
Expand Down

0 comments on commit a5812f3

Please sign in to comment.