Skip to content

Commit

Permalink
Temp build requirements: Remove before release!
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Dec 10, 2020
1 parent d5199e1 commit 28a86d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@pixi/text": "^5.4.0-rc.3",
"@pixi/ticker": "5.4.0-rc.3",
"@pixi/utils": "^5.4.0-rc.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^2.3.1",
"browserify-derequire": "^0.9.4",
"chai": "^4.2.0",
Expand Down
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import ts from 'rollup-plugin-ts';
import jscc from 'rollup-plugin-jscc';
import json from '@rollup/plugin-json';

async function main()
{
Expand All @@ -20,6 +21,7 @@ async function main()
preferBuiltins: false,
}),
commonjs({ extensions: ['.js', '.ts'] }),
json(),
];

const compiled = (new Date()).toUTCString().replace(/GMT/g, 'UTC');
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"node_modules/resource-loader/typings/mini-signals.d.ts"
]
},
"skipLibCheck": true,
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit 28a86d1

Please sign in to comment.