Closed MariusAlch closed 3 years ago
hi @MariusAlch you need to do the changes in src/index.js not in dist/index.js (that's just the generated file from babel)
src/index.js
dist/index.js
there shouldn't randomly appear console.log('sdsd') in built file while there is no such thing in src directory.
console.log('sdsd')
hi @MariusAlch you need to do the changes in
src/index.js
not indist/index.js
(that's just the generated file from babel)