@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
13 lines (11 loc) • 372 B
text/coffeescript
###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
module.exports = {
'webpack': 'bundled'
'npm-link': 'separate'
'none': 'inlined'
}