Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

ERROR in Entry module not found: Error: Can't resolve 'new-mpp' in '/Users/clegge/Projects/kotlin-frontend-plugin/examples/new-mpp/build' #145

Open ideaBlender opened 5 years ago

ideaBlender commented 5 years ago

If I use the new-mpp example, adding webpackConfigFile = "webpack.config.js" results in:

ERROR in Entry module not found: Error: Can't resolve 'new-mpp' in '/Users/clegge/Projects/kotlin-frontend-plugin/examples/new-mpp/build'

I am using the webpack.config.js from your other example. What should i do to the webpack.config.js to get it working?