adapt-authoring-ui 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -383,7 +383,7 @@ export default class JavaScriptTask {
383
383
  adaptInjectPlugins({}),
384
384
  commonjs({
385
385
  include: ['node_modules/**/*'],
386
- exclude: ['**/node_modules/adapt-*/**']
386
+ exclude: ['**/node_modules/adapt-*/**', '**/node_modules/@*/adapt-*/**']
387
387
  }),
388
388
  injectProcessEnv({
389
389
  NODE_ENV: isSourceMapped ? 'development' : 'production'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-ui",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Front-end application for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-ui",
6
6
  "license": "GPL-3.0",