This was causing issues with JavaScript execution stopping on the exception, preventing further processing in the module. This was especially an issue when the module was trying to get a value that it should have been providing in the first place (looking at you SkillSoft)
12 lines
400 B
XML
12 lines
400 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="compile" type="js.build_tools.npm" nameIsGenerated="true">
|
|
<package-json value="$PROJECT_DIR$/package.json" />
|
|
<command value="run" />
|
|
<scripts>
|
|
<script value="compile" />
|
|
</scripts>
|
|
<node-interpreter value="project" />
|
|
<envs />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component> |