Release of the beta version of @frontity/comscore-analytics package. Bear in mind that this is a beta version. It hasn’t as yet been fully tested and in fact, we’re planning to change the final API in the coming weeks.
4212f46a#422 Thanks @Koli14! - Optionally, use the content of a robots.txt file if it exists in the root project folder.
Patch Changes
f13f72bb#456 Thanks @DAreRodz! - Replace lodash-es by lodash library and remove the lodash alias to avoid problems with third-party libraries.Also, adds babel-plugin-lodash to still get tree shaking when importing named exports from lodash .
5cb29ab6#430 Thanks @luisherranz! - Remove React Fills package export. This was meant to be used for the Slot and Fill pattern, but we are going to finally use state.fills to add the configuration for the fills and libraries.fills to expose the React components.
5ada3cb0#374 Thanks @michalczaplinski! - Try to re-use an already open browser tab when running frontity dev on MacOS.