File: webpack.config.js

package info (click to toggle)
data-xml-clojure 0.2.0~alpha6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 480 kB
  • sloc: javascript: 1,822; xml: 66; sh: 31; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module.exports = {
    entry: "./dxml-nashorn.global.js",
    output: {
        filename: "dxml-nashorn.generated.js",
        path: "./src/test/resources/"
    }
}