rollup · rollup/MODULE_LEVEL_DIRECTIVE
MODULE_LEVEL_DIRECTIVE
Module Level Directive
A 'use strict' or 'use client' directive was found after non-directive statements in a module. Directives must appear at the very top of a file or function body to take effect; Rollup warns when they are in an invalid position.