diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-07-31 11:16:53 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-08-02 02:59:36 +0200 |
| commit | 446081b1e64dc4d1938992f3dd10aefabb9b2851 (patch) | |
| tree | 405098f839f9b7cd6f711067a06874a31da9873a /rollup.config.js | |
| parent | 1a6ba1f812bff820b754ae3ad710f9c19ddcd12d (diff) | |
rollup: add extension to mock_builtin.js
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js index 66be825c6..a9fdacf85 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -8,7 +8,7 @@ import typescriptPlugin from "rollup-plugin-typescript2"; import { createFilter } from "rollup-pluginutils"; import typescript from "typescript"; -const mockPath = path.join(__dirname, "js", "mock_builtin"); +const mockPath = path.join(__dirname, "js", "mock_builtin.js"); const tsconfig = path.join(__dirname, "tsconfig.json"); const typescriptPath = `${ process.env.BASEPATH |
