But I'm not getting a line like this: ``` var conf...
# javascript
j
But I'm not getting a line like this:
Copy code
var config = {
    ...
    "resolve": {
        "modules": [
        ...
            "..\\..\\hello_lib_js\\build\\classes\\kotlin\\main",
        ...
        ]
    },
    ....
};