|
75 | 75 | "test-umdbrowser": "npm run build-browser-umd && karma start karma.umd.conf.js --single-run", |
76 | 76 | "test-karma-local": "karma start karma.local_chrome.bs.conf.js && npm run build-browser-umd && karma start karma.local_chrome.umd.conf.js", |
77 | 77 | "prebuild": "npm run clean", |
78 | | -<<<<<<< HEAD |
79 | | - "build": "npm run validate-platform-isolation && tsc --noEmit && npm run genmsg && rollup -c && cp dist/index.browser.d.ts dist/index.d.ts", |
80 | | - "build:win": "tsc --noEmit && npm run genmsg && rollup -c && type nul > dist/optimizely.lite.es.d.ts && type nul > dist/optimizely.lite.es.min.d.ts && type nul > dist/optimizely.lite.min.d.ts", |
81 | | - "build-browser-umd": "npm run validate-platform-isolation && tsc --noEmit && npm run genmsg && rollup -c --config-umd", |
82 | | -======= |
83 | 78 | "compile": "tsc -p tsconfig.build.json", |
84 | | -<<<<<<< HEAD |
85 | 79 | "build": "npm run validate-platform-isolation && npm run genmsg && npm run compile && rollup -c rollup.config.new.js && cp dist/index.browser.d.ts dist/index.d.ts", |
86 | 80 | "build:win": "tsc --noEmit && npm run genmsg && npm run compile && rollup -c rollup.config.new.js && type nul > dist/optimizely.lite.es.d.ts && type nul > dist/optimizely.lite.es.min.d.ts && type nul > dist/optimizely.lite.min.d.ts", |
87 | 81 | "build-browser-umd": "npm run compile && rollup -c rollup.config.new.js --config-umd", |
88 | | ->>>>>>> dddfddaf (wip) |
89 | | -======= |
90 | | - "build": "npm run validate-platform-isolation && npm run genmsg && npm run compile && rollup -c rollup.config.mjs && cp dist/index.browser.d.ts dist/index.d.ts", |
91 | | - "build:win": "tsc --noEmit && npm run genmsg && npm run compile && rollup -c rollup.config.mjs && type nul > dist/optimizely.lite.es.d.ts && type nul > dist/optimizely.lite.es.min.d.ts && type nul > dist/optimizely.lite.min.d.ts", |
92 | | - "build-browser-umd": "npm run compile && rollup -c rollup.config.mjs --config-umd", |
93 | | ->>>>>>> 7932309a (updage) |
94 | 82 | "coveralls": "nyc --reporter=lcov npm test", |
95 | 83 | "prepare": "npm run build", |
96 | 84 | "prepublishOnly": "npm test", |
|
121 | 109 | "devDependencies": { |
122 | 110 | "@react-native-async-storage/async-storage": "^2", |
123 | 111 | "@react-native-community/netinfo": "^11.3.2", |
124 | | - "@rollup/plugin-alias": "^6.0.0", |
125 | | - "@rollup/plugin-commonjs": "^29.0.0", |
126 | | - "@rollup/plugin-node-resolve": "^16.0.3", |
127 | | - "@rollup/plugin-terser": "^0.4.4", |
| 112 | + "@rollup/plugin-alias": "^3.1.9", |
| 113 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 114 | + "@rollup/plugin-node-resolve": "^7.1.1", |
128 | 115 | "@types/chai": "^4.2.11", |
129 | 116 | "@types/mocha": "^5.2.7", |
130 | 117 | "@types/nise": "^1.4.0", |
|
157 | 144 | "nyc": "^15.0.1", |
158 | 145 | "prettier": "^1.19.1", |
159 | 146 | "promise-polyfill": "8.1.0", |
160 | | - "rollup": "^4.55.1", |
| 147 | + "rollup": "2.79.2", |
| 148 | + "rollup-plugin-terser": "^5.3.0", |
| 149 | + "rollup-plugin-typescript2": "^0.27.1", |
161 | 150 | "sinon": "^2.3.1", |
162 | 151 | "ts-loader": "^9.3.1", |
163 | 152 | "ts-node": "^8.10.2", |
|
0 commit comments